diff --git a/style.css b/style.css index d974b28..9aee956 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,18 @@ +@font-face { + font-family: 'Fixedsys'; + src: url('/fonts/FSEX300.ttf'); +} body { color: #777; + font-family: 'Fixedsys'; +} + +body { + color: #777; +} + +a { + text-decoration: none; } .pure-img-responsive { @@ -245,4 +258,4 @@ Hides the menu at `48em`, but modify this based on your app's needs. position: relative; left: 150px; } -} \ No newline at end of file +}