diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-12-04 01:32:33 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-12-04 01:32:33 -0500 |
| commit | d2888aee101d3d709aa6ac5555fce77377a4f144 (patch) | |
| tree | 88f78cf877f1a863388f581811208b1ad7262c57 /css/main.css | |
| parent | f45d5bc7baec639e0ef3be131cd2bb997c684e74 (diff) | |
100% more sans :skull:
Diffstat (limited to 'css/main.css')
| -rw-r--r-- | css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css index 457737c..22aee34 100644 --- a/css/main.css +++ b/css/main.css | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | @font-face { | 1 | @font-face { |
| 2 | font-family: 'Comic Neue'; | 2 | font-family: 'Comic'; |
| 3 | src: url('/css/ComicNeue-Regular.ttf') format('truetype'); | 3 | src: url('/css/comic.ttf') format('truetype'); |
| 4 | font-display: swap; | 4 | font-display: swap; |
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | body { | 7 | body { |
| 8 | font-family: 'Comic Neue', cursive; | 8 | font-family: 'Comic'; |
| 9 | color: yellow; | 9 | color: yellow; |
| 10 | font-size: 20px; | 10 | font-size: 20px; |
| 11 | margin: 0; | 11 | margin: 0; |
