2.6
New Logo Updated cache system now 15/30mins but scope updates every minute Font update
This commit is contained in:
+16
-5
@@ -1,3 +1,11 @@
|
||||
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap; src: url('fonts/manrope-variable.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/fraunces-700-normal.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 900; font-display: swap; src: url('fonts/fraunces-900-normal.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 300; font-display: swap; src: url('fonts/fraunces-300-italic.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 700; font-display: swap; src: url('fonts/fraunces-700-italic.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/jetbrains-mono-400.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/jetbrains-mono-600.woff2') format('woff2'); }
|
||||
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
body {
|
||||
@@ -141,15 +149,18 @@ header a.active { color: #c8922a; }
|
||||
|
||||
.logo {
|
||||
margin-right: auto;
|
||||
font-family: 'Fraunces', serif;
|
||||
font-weight: 900;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-weight: 250;
|
||||
font-size: 1.6rem;
|
||||
color: #1e1208;
|
||||
letter-spacing: -0.02em;
|
||||
letter-spacing: -0.01em;
|
||||
text-transform: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.05em;
|
||||
}
|
||||
.logo-sun { color: #c8922a; font-weight: 900; font-style: normal; }
|
||||
.logo-scope { font-style: italic; font-weight: 900; color: #1e1208; }
|
||||
.logo-sun, .logo-scope { color: #1e1208; font-weight: 250; font-style: normal; }
|
||||
.logo-icon { width: 0.82em; height: 0.82em; flex-shrink: 0; }
|
||||
|
||||
main {
|
||||
max-width: 780px;
|
||||
|
||||
Reference in New Issue
Block a user