overleaf/services/web/frontend/fonts/noto-sans.css

51 lines
1.1 KiB
CSS
Raw Normal View History

/* 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');
}