From c8316027b0d5df00a94e8390f0a0bc4aa9dd4600 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 4 Mar 2025 01:23:34 -0500 Subject: Add font --- public/BerkeleyMono-Regular.woff2 | Bin 0 -> 23952 bytes public/style.css | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 public/BerkeleyMono-Regular.woff2 (limited to 'public') diff --git a/public/BerkeleyMono-Regular.woff2 b/public/BerkeleyMono-Regular.woff2 new file mode 100644 index 0000000..79697a3 Binary files /dev/null and b/public/BerkeleyMono-Regular.woff2 differ 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'); +} -- cgit v1.2.3