diff options
-rw-r--r-- | docs/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css index 8160fea..7610c30 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -76,7 +76,7 @@ hr { | |||
76 | color: var(--white); | 76 | color: var(--white); |
77 | text-align: center; | 77 | text-align: center; |
78 | font-size: 6rem; | 78 | font-size: 6rem; |
79 | font-family: 'Iosevka Term', mono; | 79 | font-family: 'Iosevka', monospace; |
80 | text-shadow: 0.25rem 0rem var(--cyan), -0.25rem 0rem var(--pink); | 80 | text-shadow: 0.25rem 0rem var(--cyan), -0.25rem 0rem var(--pink); |
81 | line-height: 8.5rem; | 81 | line-height: 8.5rem; |
82 | font-style: italic; | 82 | font-style: italic; |
@@ -114,7 +114,7 @@ a:hover, a:active { | |||
114 | pre, code { | 114 | pre, code { |
115 | background-color: var(--dark-white); | 115 | background-color: var(--dark-white); |
116 | color: var(--black); | 116 | color: var(--black); |
117 | font-family: 'Iosevka Term', mono; | 117 | font-family: 'Iosevka', monospace; |
118 | } | 118 | } |
119 | 119 | ||
120 | pre { | 120 | pre { |