Font Gentium Book Basic
This commit is contained in:
parent
a274ebfbca
commit
457360f37c
5 changed files with 41 additions and 1 deletions
|
@ -46,6 +46,46 @@
|
|||
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;
|
||||
}
|
||||
|
||||
/* font for latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Gentium Book Basic';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/gentium/gentium-book-basic-ext.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;
|
||||
}
|
||||
|
||||
/* italic font for latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Gentium Book Basic';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/gentium/gentium-book-basic-italic-ext.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;
|
||||
}
|
||||
|
||||
/* font for latin */
|
||||
@font-face {
|
||||
font-family: 'Gentium Book Basic';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/gentium/gentium-book-basic.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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* italic font for latin */
|
||||
@font-face {
|
||||
font-family: 'Gentium Book Basic';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/gentium/gentium-book-basic-italic.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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* General */
|
||||
|
||||
html {
|
||||
|
@ -71,7 +111,7 @@ p, li {
|
|||
font-kerning: auto;
|
||||
font-language-override: normal;
|
||||
font-optical-sizing: auto;
|
||||
font-family: Georgia, serif;
|
||||
font-family: 'Gentium Book Basic', Georgia, serif;
|
||||
font-size: 2.2rem;
|
||||
font-stretch: 100%;
|
||||
font-weight: 400;
|
||||
|
|
BIN
static/fonts/gentium/gentium-book-basic-ext.woff2
Normal file
BIN
static/fonts/gentium/gentium-book-basic-ext.woff2
Normal file
Binary file not shown.
BIN
static/fonts/gentium/gentium-book-basic-italic-ext.woff2
Normal file
BIN
static/fonts/gentium/gentium-book-basic-italic-ext.woff2
Normal file
Binary file not shown.
BIN
static/fonts/gentium/gentium-book-basic-italic.woff2
Normal file
BIN
static/fonts/gentium/gentium-book-basic-italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/gentium/gentium-book-basic.woff2
Normal file
BIN
static/fonts/gentium/gentium-book-basic.woff2
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue