mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00:00
20 lines
561 B
CSS
20 lines
561 B
CSS
|
/* noto-sans-regular - latin */
|
||
|
@font-face {
|
||
|
font-family: "Noto Sans";
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
font-style: normal;
|
||
|
src: url('/assets/fonts/noto-sans-v27-latin-regular.woff2') format('woff2'),
|
||
|
url('/assets/fonts/noto-sans-v27-latin-regular.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
/* noto-sans-700 - latin */
|
||
|
@font-face {
|
||
|
font-family: "Noto Sans";
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
font-style: normal;
|
||
|
src: url('/assets/fonts/noto-sans-v27-latin-700.woff2') format('woff2'),
|
||
|
url('/assets/fonts/noto-sans-v27-latin-700.woff') format('woff');
|
||
|
}
|