mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
BIN
ionic/fonts/noto-sans-bold.ttf
Executable file
BIN
ionic/fonts/noto-sans-bold.ttf
Executable file
Binary file not shown.
BIN
ionic/fonts/noto-sans-regular.ttf
Executable file
BIN
ionic/fonts/noto-sans-regular.ttf
Executable file
Binary file not shown.
36
ionic/fonts/noto-sans.scss
Normal file
36
ionic/fonts/noto-sans.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
Noto Sans Font
|
||||
Google
|
||||
Apache License, version 2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
*/
|
||||
|
||||
$noto-sans-font-path: $font-path !default;
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Noto Sans'), local('Noto-Sans-Regular'), url('#{$noto-sans-font-path}/noto-sans-regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Noto Sans'), local('Noto-Sans'), url('#{$noto-sans-font-path}/noto-sans.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Noto Sans Bold'), local('Noto-Sans-Bold'), url('#{$noto-sans-font-path}/noto-sans-bold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Noto Sans Bold'), local('Noto-Sans-Bold'), url('#{$noto-sans-font-path}/noto-sans-bold.ttf') format('truetype');
|
||||
}
|
||||
@@ -12,7 +12,7 @@ $link-wp-color: map-get($colors-wp, primary) !default;
|
||||
$background-wp-color: $background-color !default;
|
||||
$subdued-text-wp-color: $subdued-text-color !default;
|
||||
|
||||
$font-family-wp-base: "Roboto", "Helvetica Neue", sans-serif !default;
|
||||
$font-family-wp-base: "Segoe UI", "Noto Sans", sans-serif !default;
|
||||
$font-size-wp-base: $font-size-base !default;
|
||||
|
||||
|
||||
@@ -85,5 +85,5 @@ $toggle-wp-handle-background-color-off: map-get($colors-wp, light) !default;
|
||||
|
||||
// Roboto Font
|
||||
@at-root {
|
||||
@import "../fonts/roboto";
|
||||
@import "../fonts/noto-sans";
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ $link-wp-color: map-get($colors-wp, primary) !default;
|
||||
$background-wp-color: $background-color !default;
|
||||
$subdued-text-wp-color: $subdued-text-color !default;
|
||||
|
||||
$font-family-wp-base: "Roboto", "Helvetica Neue", sans-serif !default;
|
||||
$font-family-wp-base: "Segoe UI", "Noto Sans", sans-serif !default;
|
||||
$font-size-wp-base: $font-size-base !default;
|
||||
|
||||
|
||||
@@ -62,5 +62,5 @@ $item-wp-padding-icon-bottom: 10px !default;
|
||||
|
||||
// Roboto Font
|
||||
@at-root {
|
||||
@import "../fonts/roboto";
|
||||
@import "../fonts/noto-sans";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user