diff options
| author | unwox <me@unwox.com> | 2025-09-07 20:22:47 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-09-07 22:16:39 +0600 |
| commit | 88d1725520afde9fe10a3daa1ad5c1c0a552f041 (patch) | |
| tree | 04069377658ac0b6c2fa903e0d2b42e8f2221031 /static/style.css | |
| parent | 4b0373bb42e21153f63d33f3546be9095d495f27 (diff) | |
small fixes
Diffstat (limited to 'static/style.css')
| -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, |
