mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2024-12-22 23:19:06 +03:00
30 lines
832 B
CSS
30 lines
832 B
CSS
|
/* noto-serif-bold */
|
||
|
@font-face {
|
||
|
font-family: Noto Serif;
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url(noto-serif-bold.woff2) format("woff2");
|
||
|
}
|
||
|
/* noto-serif-bold-italic */
|
||
|
@font-face {
|
||
|
font-family: Noto Serif;
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
src: local("Noto Serif Bold Italic"), local("NotoSerif-BoldItalic"), url(noto-serif-bold-italic.woff2) format("woff2");
|
||
|
}
|
||
|
/* noto-serif-italic */
|
||
|
@font-face {
|
||
|
font-family: Noto Serif;
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: local("Noto Serif Italic"), local("NotoSerif-Italic"), url(noto-serif-italic.woff2) format("woff2");
|
||
|
}
|
||
|
/* noto-serif */
|
||
|
@font-face {
|
||
|
font-family: Noto Serif;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("Noto Serif"), local("NotoSerif"), url(noto-serif.woff2) format("woff2");
|
||
|
}
|
||
|
|