feat: self-host fonts
This commit is contained in:
parent
a8a31bb7e4
commit
e7ffb63e43
17 changed files with 124 additions and 1 deletions
BIN
src/assets/fonts/arvo/arvo-bold-italic-latin-ext.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-bold-italic-latin-ext.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-bold-italic-latin.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-bold-italic-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-bold-latin-ext.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-bold-latin-ext.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-bold-latin.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-bold-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-greek.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-greek.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-italic-greek.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-italic-greek.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-italic-latin-ext.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-italic-latin-ext.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-italic-latin.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-italic-latin.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-latin-ext.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-latin-ext.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/arvo/arvo-latin.woff2
Normal file
BIN
src/assets/fonts/arvo/arvo-latin.woff2
Normal file
Binary file not shown.
91
src/assets/fonts/arvo/arvo.css
Normal file
91
src/assets/fonts/arvo/arvo.css
Normal file
|
@ -0,0 +1,91 @@
|
|||
/* arvo-bold-latin */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Arvo Bold"), local("Arvo-Bold"), url(arvo-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;
|
||||
}
|
||||
/* arvo-bold-latin-ext */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Arvo Bold"), local("Arvo-Bold"), url(arvo-bold-latin-ext.woff2) format("woff2");
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF;
|
||||
font-display: swap;
|
||||
}
|
||||
/* arvo-italic-latin */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Arvo-Italic"), url(arvo-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;
|
||||
}
|
||||
/* arvo-italic-latin-ext */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Arvo-Italic"), url(arvo-italic-latin-ext.woff2) format("woff2");
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF;
|
||||
font-display: swap;
|
||||
}
|
||||
/* arvo-italic-greek */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Arvo-Italic"), url(arvo-italic-greek.woff2) format("woff2");
|
||||
unicode-range: U+0370-03FF;
|
||||
font-display: swap;
|
||||
}
|
||||
/* arvo-bold-italic-latin */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local("Arvo Bold Italic"), local("Arvo-BoldItalic"), url(arvo-bold-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;
|
||||
}
|
||||
/* arvo-bold-italic-latin-ext */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local("Arvo Bold Italic"), local("Arvo-BoldItalic"), url(arvo-bold-italic-latin-ext.woff2) format("woff2");
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF;
|
||||
font-display: swap;
|
||||
}
|
||||
/* arvo-latin */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Arvo"), url(arvo-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;
|
||||
}
|
||||
/* arvo-latin-ext */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Arvo"), url(arvo-latin-ext.woff2) format("woff2");
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF;
|
||||
font-display: swap;
|
||||
}
|
||||
/* arvo-greek */
|
||||
@font-face {
|
||||
font-family: Arvo;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Arvo"), url(arvo-greek.woff2) format("woff2");
|
||||
unicode-range: U+0370-03FF;
|
||||
font-display: swap;
|
||||
}
|
||||
|
28
src/assets/fonts/secular-one/secular-one.css
Normal file
28
src/assets/fonts/secular-one/secular-one.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/* secularone-regular-latin */
|
||||
@font-face {
|
||||
font-family: Secular One;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("SecularOne-Regular"), url(secularone-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;
|
||||
}
|
||||
/* secularone-regular-latin-ext */
|
||||
@font-face {
|
||||
font-family: Secular One;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("SecularOne-Regular"), url(secularone-regular-latin-ext.woff2) format("woff2");
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+20A0-20CF,U+2C60-2C7F,U+A720-A7FF;
|
||||
font-display: swap;
|
||||
}
|
||||
/* secularone-regular-greek */
|
||||
@font-face {
|
||||
font-family: Secular One;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("SecularOne-Regular"), url(secularone-regular-greek.woff2) format("woff2");
|
||||
unicode-range: U+0370-03FF;
|
||||
font-display: swap;
|
||||
}
|
||||
|
BIN
src/assets/fonts/secular-one/secularone-regular-greek.woff2
Normal file
BIN
src/assets/fonts/secular-one/secularone-regular-greek.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/secular-one/secularone-regular-latin-ext.woff2
Normal file
BIN
src/assets/fonts/secular-one/secularone-regular-latin-ext.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/secular-one/secularone-regular-latin.woff2
Normal file
BIN
src/assets/fonts/secular-one/secularone-regular-latin.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue