aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
blob: 975c6816dacf828c3408081a5b9c83733e16a98e (plain) (blame)
1
2
3
4
5
6
7
8
9
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: Hack;
  src: url("/ttf/Hack-Regular.ttf");

}