mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
4c0c341fe1
[website-redesign] Optimize page speed for website redesign pages GitOrigin-RevId: c4e88b4dd3c44866779f35a0ebc1e808d6df7780
50 lines
1.1 KiB
CSS
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');
|
|
}
|