|
|
@@ -1,53 +1,9 @@
|
|
|
-/* 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;
|
|
|
+ font-display: fallback;
|
|
|
src: url('noto-sans/NotoSans-Regular.woff2') format('woff2');
|
|
|
}
|
|
|
|
|
|
@@ -55,6 +11,7 @@
|
|
|
font-family: 'Noto Sans';
|
|
|
font-style: italic;
|
|
|
font-weight: 400;
|
|
|
+ font-display: fallback;
|
|
|
src: url('noto-sans/NotoSans-Italic.woff2') format('woff2');
|
|
|
}
|
|
|
|
|
|
@@ -63,6 +20,7 @@
|
|
|
font-family: 'Noto Sans';
|
|
|
font-style: normal;
|
|
|
font-weight: 500;
|
|
|
+ font-display: fallback;
|
|
|
src: url('noto-sans/NotoSans-Medium.woff2') format('woff2');
|
|
|
}
|
|
|
|
|
|
@@ -70,6 +28,7 @@
|
|
|
font-family: 'Noto Sans';
|
|
|
font-style: italic;
|
|
|
font-weight: 500;
|
|
|
+ font-display: fallback;
|
|
|
src: url('noto-sans/NotoSans-MediumItalic.woff2') format('woff2');
|
|
|
}
|
|
|
|
|
|
@@ -78,6 +37,7 @@
|
|
|
font-family: 'Noto Sans';
|
|
|
font-style: normal;
|
|
|
font-weight: 600;
|
|
|
+ font-display: fallback;
|
|
|
src: url('noto-sans/NotoSans-SemiBold.woff2') format('woff2');
|
|
|
}
|
|
|
|
|
|
@@ -85,50 +45,6 @@
|
|
|
font-family: 'Noto Sans';
|
|
|
font-style: italic;
|
|
|
font-weight: 600;
|
|
|
+ font-display: fallback;
|
|
|
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');
|
|
|
-}
|