mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
79 lines
2.2 KiB
CSS
79 lines
2.2 KiB
CSS
/*!
|
|
* Hack typeface https://github.com/source-foundry/Hack
|
|
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
|
*/
|
|
/* FONT PATHS
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: "Hack";
|
|
font-display: swap;
|
|
src: url("fonts/hack-regular.ttf") format("truetype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Hack";
|
|
font-display: swap;
|
|
src: url("fonts/hack-bold.ttf") format("truetype");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Hack";
|
|
font-display: swap;
|
|
src: url("fonts/hack-italic.ttf") format("truetype");
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Hack";
|
|
font-display: swap;
|
|
src: url("fonts/hack-bolditalic.ttf") format("truetype");
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
/* noto-serif-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: "Noto Serif";
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 400;
|
|
src: local(""),
|
|
url("fonts/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf") format("truetype"),
|
|
}
|
|
|
|
/* noto-serif-italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: "Noto Serif";
|
|
font-style: italic;
|
|
font-display: swap;
|
|
font-weight: 400;
|
|
src: local(""),
|
|
url("fonts/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf") format("truetype"),
|
|
}
|
|
|
|
/* noto-serif-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: "Noto Serif";
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 700;
|
|
src: local(""),
|
|
url("fonts/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf") format("truetype"),
|
|
}
|
|
|
|
/* noto-serif-700italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
|
|
@font-face {
|
|
font-family: "Noto Serif";
|
|
font-style: italic;
|
|
font-display: swap;
|
|
font-weight: 700;
|
|
src: local(""),
|
|
url("fonts/noto-serif-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.ttf") format("truetype"),
|
|
}
|