mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fac23dbbdc
Organise and update web fonts GitOrigin-RevId: f82a695bd7a4d16e4df83c2a297bf7d2393914a8
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('NotoSans-Regular.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-display: fallback;
|
|
src: url('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('NotoSans-Medium.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
font-display: fallback;
|
|
src: url('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('NotoSans-SemiBold.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
font-display: fallback;
|
|
src: url('NotoSans-SemiBoldItalic.woff2') format('woff2');
|
|
}
|