overleaf/services/web/frontend/fonts/noto-sans.css
M Fahru 4c0c341fe1 Merge pull request #16827 from overleaf/mf-change-font-to-dedicated-icon
[website-redesign] Optimize page speed for website redesign pages

GitOrigin-RevId: c4e88b4dd3c44866779f35a0ebc1e808d6df7780
2024-02-09 09:08:05 +00:00

50 lines
1.1 KiB
CSS

/* Noto Sans - Regular */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-display: fallback;
src: url('noto-sans/NotoSans-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-display: fallback;
src: url('noto-sans/NotoSans-Italic.woff2') format('woff2');
}
/* Noto Sans - Medium */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-display: fallback;
src: url('noto-sans/NotoSans-Medium.woff2') format('woff2');
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-display: fallback;
src: url('noto-sans/NotoSans-MediumItalic.woff2') format('woff2');
}
/* Noto Sans - SemiBold */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-display: fallback;
src: url('noto-sans/NotoSans-SemiBold.woff2') format('woff2');
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-display: fallback;
src: url('noto-sans/NotoSans-SemiBoldItalic.woff2') format('woff2');
}