diff options
author | Akshay <[email protected]> | 2020-01-26 14:23:21 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-01-26 14:23:21 +0000 |
commit | b1f422c66584b4288903aa85a2e714dfe90b02dd (patch) | |
tree | d6bd137c767c01cafef4d0713d3161159afc717b /docs | |
parent | 6ef8d7939785721f335e2eb6706beb77c8b96908 (diff) |
remove extra font loads
Diffstat (limited to 'docs')
-rw-r--r-- | docs/style.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/style.css b/docs/style.css index 6a25373..0780b43 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -1,11 +1,5 @@ | |||
1 | @import url('https://rsms.me/inter/inter.css'); | 1 | @import url('https://rsms.me/inter/inter.css'); |
2 | 2 | ||
3 | @font-face { | ||
4 | font-family: "Iosevka"; | ||
5 | src: url('https://cdn.rawgit.com/kaushalmodi/iosevka-mirror/v1.14.1/woff/iosevka-ss08-bolditalic.woff') format('woff'); | ||
6 | font-style: bold-italic; | ||
7 | } | ||
8 | |||
9 | :root { | 3 | :root { |
10 | --cyan: #79ffe1; | 4 | --cyan: #79ffe1; |
11 | --pink: #d344e2; | 5 | --pink: #d344e2; |
@@ -110,9 +104,11 @@ hr { | |||
110 | color: var(--black); | 104 | color: var(--black); |
111 | text-align: center; | 105 | text-align: center; |
112 | font-size: 6rem; | 106 | font-size: 6rem; |
113 | font-family: 'Iosevka', monospace; | 107 | font-family: 'Inter var'; |
114 | text-shadow: 0.25rem 0rem var(--cyan), -0.25rem 0rem var(--pink); | 108 | text-shadow: 0.25rem 0rem var(--pink), -0.25rem 0rem var(--cyan); |
115 | line-height: 7rem; | 109 | line-height: 5rem; |
110 | font-weight: 800; | ||
111 | font-style: italic; | ||
116 | } | 112 | } |
117 | 113 | ||
118 | a, a:hover, a:visited, a:active { | 114 | a, a:hover, a:visited, a:active { |