2023-12-04 12:53:26 -05:00
|
|
|
/* Noto Sans - Regular */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2024-02-08 09:44:42 -05:00
|
|
|
font-display: fallback;
|
2024-02-07 09:13:01 -05:00
|
|
|
src: url('noto-sans/NotoSans-Regular.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2024-02-08 09:44:42 -05:00
|
|
|
font-display: fallback;
|
2024-02-07 09:13:01 -05:00
|
|
|
src: url('noto-sans/NotoSans-Italic.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Noto Sans - Medium */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
2024-02-08 09:44:42 -05:00
|
|
|
font-display: fallback;
|
2024-02-07 09:13:01 -05:00
|
|
|
src: url('noto-sans/NotoSans-Medium.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 500;
|
2024-02-08 09:44:42 -05:00
|
|
|
font-display: fallback;
|
2024-02-07 09:13:01 -05:00
|
|
|
src: url('noto-sans/NotoSans-MediumItalic.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Noto Sans - SemiBold */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
2024-02-08 09:44:42 -05:00
|
|
|
font-display: fallback;
|
2024-02-07 09:13:01 -05:00
|
|
|
src: url('noto-sans/NotoSans-SemiBold.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 600;
|
2024-02-08 09:44:42 -05:00
|
|
|
font-display: fallback;
|
2024-02-07 09:13:01 -05:00
|
|
|
src: url('noto-sans/NotoSans-SemiBoldItalic.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|