mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-25 04:38:53 -08:00
Update Font and Add Fallback Stack
This commit is contained in:
@@ -35,12 +35,11 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local(''),
|
||||
url('/ext/alata-latin-400.woff2') format('woff2'),
|
||||
url('/ext/alata-latin-400.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
src: url('/ext/alata-v9-latin-regular.woff2') format('woff2'),
|
||||
url('/ext/alata-v9-latin-regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
/* begin custom stuff */
|
||||
|
||||
.sr-only {
|
||||
@@ -69,7 +68,7 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
||||
body {
|
||||
color: var(--white);
|
||||
background: var(--gradient);
|
||||
font-family: 'Alata', sans-serif;
|
||||
font-family: 'Alata', Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user