diff --git a/index.html b/index.html index 4882b4f..9b2ca51 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,10 @@ background: black; } + + + +
diff --git a/src/assets/base.css b/src/assets/base.css index ae7ff97..caf3b53 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -91,12 +91,12 @@ @font-face { font-family: 'PixelLg'; - src: url(fonts/SG12.ttf); + src: url(fonts/SG12.ttf), local('monospace'); } @font-face { font-family: 'PixelSm'; - src: url(fonts/andina.ttf); + src: url(fonts/andina.ttf), local('monospace'); } .font-pixellg {