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

135 lines
2.9 KiB
CSS
Raw Normal View History

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