diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/static/style.css b/static/style.css index 39450f6..6b25428 100644 --- a/static/style.css +++ b/static/style.css @@ -14,7 +14,7 @@ font-family: "Open Sans"; font-weight: regular; font-style: italic; - src: url("/static/fonts/OpenSans-RegularItalic.ttf") format("truetype"); + src: url("/static/fonts/OpenSans-Italic.ttf") format("truetype"); } @font-face { @@ -79,7 +79,7 @@ body { font-family: "Open Sans"; font-weight: regular; font-style: italic; - src: url("/static/fonts/OpenSans-RegularItalic.ttf") format("truetype"); + src: url("/static/fonts/OpenSans-Italic.ttf") format("truetype"); } @font-face { @@ -168,15 +168,6 @@ nav a.active { height: 215px; } -.logo-glasses { - position: absolute; - top: -10px; - left: 35px; - width: 70px; - object-fit: contain; - pointer-events: none; -} - .logo img, .logo a { height: 95px; @@ -187,6 +178,15 @@ nav a.active { font-weight: 900; } +.logo .glasses { + position: absolute; + top: -10px; + left: 35px; + width: 70px; + object-fit: contain; + pointer-events: none; +} + h1, h2, h3, |
