overleaf/services/web/frontend/fonts/noto-sans.css
M Fahru 77227087e9 [web] Implement homepage redesign (#15905)
* Implement homepage redesign for large screen width

* Implement the UI of `new-design-registration` variant of the homepage redesign

* Add quick placeholder/template for the website-redesign header/footer

Co-authored-by: Thomas Mees <thomas.mees@overleaf.com>
GitOrigin-RevId: 8cff6def8aa560f2e11230dae264cb19feede054
2023-12-05 09:04:40 +00:00

134 lines
2.9 KiB
CSS

/* Noto Sans - Thin */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
src: url('noto-sans/NotoSans-Thin.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
src: url('noto-sans/NotoSans-ThinItalic.woff2') format('woff2'),
}
/* Noto Sans - ExtraLight */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
src: url('noto-sans/NotoSans-ExtraLight.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
src: url('noto-sans/NotoSans-ExtraLightItalic.woff2') format('woff2'),
}
/* Noto Sans - Light */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
src: url('noto-sans/NotoSans-Light.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
src: url('noto-sans/NotoSans-LightItalic.woff2') format('woff2'),
}
/* Noto Sans - Regular */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url('noto-sans/NotoSans-Regular.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
src: url('noto-sans/NotoSans-Italic.woff2') format('woff2'),
}
/* Noto Sans - Medium */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
src: url('noto-sans/NotoSans-Medium.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
src: url('noto-sans/NotoSans-MediumItalic.woff2') format('woff2'),
}
/* Noto Sans - SemiBold */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
src: url('noto-sans/NotoSans-SemiBold.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
src: url('noto-sans/NotoSans-SemiBoldItalic.woff2') format('woff2'),
}
/* Noto Sans - Bold */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
src: url('noto-sans/NotoSans-Bold.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
src: url('noto-sans/NotoSans-BoldItalic.woff2') format('woff2'),
}
/* Noto Sans - ExtraBold */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
src: url('noto-sans/NotoSans-ExtraBold.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
src: url('noto-sans/NotoSans-ExtraBoldItalic.woff2') format('woff2'),
}
/* Noto Sans - Black */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
src: url('noto-sans/NotoSans-Black.woff2') format('woff2'),
}
@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
src: url('noto-sans/NotoSans-BlackItalic.woff2') format('woff2'),
}