Don't use google fonts
This commit is contained in:
parent
d1c2de72e3
commit
d2a66474a7
15
fonts.css
15
fonts.css
|
@ -1,16 +1,9 @@
|
|||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Chivo';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: url(fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gKHuRB39fFz2lg.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Chivo';
|
||||
font-style: italic;
|
||||
font-family: 'Urbanist';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(fonts/chivo/v12/va9D4kzIxd1KFrBteWJ4gK_uRB39fFw.woff2) format('woff2');
|
||||
font-display: swap;
|
||||
src: url(fonts/urbanist/v7/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkvEZmsacG1Koy1.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;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -7,7 +7,7 @@
|
|||
|
||||
<meta name="description" content="Benjamin Bädorf is a frontend engineer based in Germany. I do some freelance stuff every once in a while.">
|
||||
<meta name="Keywords" content="webdevelopment frontend javascript node freelance website why am i even doing this">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@900&display=swap" rel="stylesheet">
|
||||
<link href="/fonts.css" rel="stylesheet">
|
||||
<style>
|
||||
html {
|
||||
font-family: 'Urbanist', sans-serif;
|
||||
|
|
Loading…
Reference in a new issue