feat: serve fonts locally
This commit is contained in:
parent
092fc92658
commit
c7baf62833
12 changed files with 76 additions and 0 deletions
BIN
src/assets/fonts/dosis/dosis-bold-latin.woff2
Normal file
BIN
src/assets/fonts/dosis/dosis-bold-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/dosis/dosis-regular-latin.woff2
Normal file
BIN
src/assets/fonts/dosis/dosis-regular-latin.woff2
Normal file
Binary file not shown.
19
src/assets/fonts/dosis/dosis.css
Normal file
19
src/assets/fonts/dosis/dosis.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* dosis-regular-latin */
|
||||
@font-face {
|
||||
font-family: Dosis;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Dosis Regular"), local("Dosis-Regular"), url(dosis-regular-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
/* dosis-bold-latin */
|
||||
@font-face {
|
||||
font-family: Dosis;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Dosis Bold"), local("Dosis-Bold"), url(dosis-bold-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
|
BIN
src/assets/fonts/exo/exo-black-italic-latin.woff2
Normal file
BIN
src/assets/fonts/exo/exo-black-italic-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/exo/exo-black-latin.woff2
Normal file
BIN
src/assets/fonts/exo/exo-black-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/exo/exo-light-italic-latin.woff2
Normal file
BIN
src/assets/fonts/exo/exo-light-italic-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/exo/exo-light-latin.woff2
Normal file
BIN
src/assets/fonts/exo/exo-light-latin.woff2
Normal file
Binary file not shown.
37
src/assets/fonts/exo/exo.css
Normal file
37
src/assets/fonts/exo/exo.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
/* exo-light-latin */
|
||||
@font-face {
|
||||
font-family: Exo;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local("Exo Light"), local("Exo-Light"), url(exo-light-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
/* exo-black-latin */
|
||||
@font-face {
|
||||
font-family: Exo;
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local("Exo Black"), local("Exo-Black"), url(exo-black-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
/* exo-light-italic-latin */
|
||||
@font-face {
|
||||
font-family: Exo;
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local("Exo Light Italic"), local("Exo-LightItalic"), url(exo-light-italic-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
/* exo-black-italic-latin */
|
||||
@font-face {
|
||||
font-family: Exo;
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: local("Exo Black Italic"), local("Exo-BlackItalic"), url(exo-black-italic-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
|
Binary file not shown.
10
src/assets/fonts/permanent-marker/permanent-marker.css
Normal file
10
src/assets/fonts/permanent-marker/permanent-marker.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* permanent-marker-regular-latin */
|
||||
@font-face {
|
||||
font-family: Permanent Marker;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Permanent Marker Regular"), local("PermanentMarker-Regular"), url(permanent-marker-regular-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
|
BIN
src/assets/fonts/zilla-slab/zilla-slab-bold-latin.woff2
Normal file
BIN
src/assets/fonts/zilla-slab/zilla-slab-bold-latin.woff2
Normal file
Binary file not shown.
10
src/assets/fonts/zilla-slab/zilla-slab.css
Normal file
10
src/assets/fonts/zilla-slab/zilla-slab.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* zilla-slab-bold-latin */
|
||||
@font-face {
|
||||
font-family: Zilla Slab;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Zilla Slab Bold"), local("ZillaSlab-Bold"), url(zilla-slab-bold-latin.woff2) format("woff2");
|
||||
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+2212,U+2215;
|
||||
font-display: swap;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue