diff --git a/styles.css b/styles.css index 5206773..4b13c36 100644 --- a/styles.css +++ b/styles.css @@ -1,11 +1,16 @@ +@font-face { + font-family: 'Ubuntu Mono'; + src: local(UbuntuMono-R.ttf); +} + * { box-sizing: border-box; } body { + font-family: 'Ubuntu Mono'; background-color: #151515; color: #fc9032; - font-family: 'Ubuntu Mono', monospace; } a:link {