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-10-16 06:58:45 -04:00
|
|
|
src: url('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-10-16 06:58:45 -04:00
|
|
|
src: url('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-10-16 06:58:45 -04:00
|
|
|
src: url('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-10-16 06:58:45 -04:00
|
|
|
src: url('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-10-16 06:58:45 -04:00
|
|
|
src: url('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-10-16 06:58:45 -04:00
|
|
|
src: url('NotoSans-SemiBoldItalic.woff2') format('woff2');
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|