2024-07-27 22:17:43 +02:00
|
|
|
/* noto-sans-regular - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Noto Sans";
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
font-style: normal;
|
2024-07-28 15:31:33 +02:00
|
|
|
src: url('/assets/fonts/noto-sans-v27-latin-regular.woff2') format('woff2'),
|
|
|
|
url('/assets/fonts/noto-sans-v27-latin-regular.woff') format('woff');
|
2024-07-27 22:17:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* noto-sans-700 - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Noto Sans";
|
|
|
|
font-weight: 700;
|
|
|
|
font-display: swap;
|
|
|
|
font-style: normal;
|
2024-07-28 15:31:33 +02:00
|
|
|
src: url('/assets/fonts/noto-sans-v27-latin-700.woff2') format('woff2'),
|
|
|
|
url('/assets/fonts/noto-sans-v27-latin-700.woff') format('woff');
|
|
|
|
}
|