diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index c87c349..9e32675 100644 --- a/public/style.css +++ b/public/style.css @@ -1,7 +1,7 @@ body { background: black; color: white; - font-family: monospace; + font-family: 'Berkeley Mono', monospace; } #braille { line-height: .92; @@ -66,3 +66,8 @@ body { from { color: limegreen; } to { color: #00000000 } } + +@font-face { + font-family: 'Berkeley Mono'; + src: url('BerkeleyMono-Regular.woff2') format('woff2'); +} |