first
This commit is contained in:
65
plugins/NotoSans/1.0/fonts.css
Normal file
65
plugins/NotoSans/1.0/fonts.css
Normal file
@@ -0,0 +1,65 @@
|
||||
@font-face {
|
||||
font-family: 'NotoSans';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: local('NotoSans'),
|
||||
url('NotoSans-Thin.woff2') format('woff2'),
|
||||
url('NotoSans-Thin.woff') format('woff'),
|
||||
url('NotoSans-Thin.otf') format('opentype'),
|
||||
url('NotoSans-Thin.eot') format('embedded-opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'NotoSans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('NotoSans'),
|
||||
url('NotoSans-Light.woff2') format('woff2'),
|
||||
url('NotoSans-Light.woff') format('woff'),
|
||||
url('NotoSans-Light.otf') format('opentype'),
|
||||
url('NotoSans-Light.eot') format('embedded-opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'NotoSans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('NotoSans'),
|
||||
url('NotoSans-Regular.woff2') format('woff2'),
|
||||
url('NotoSans-Regular.woff') format('woff'),
|
||||
url('NotoSans-Regular.otf') format('opentype'),
|
||||
url('NotoSans-Regular.eot') format('embedded-opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'NotoSans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('NotoSans'),
|
||||
url('NotoSans-Medium.woff2') format('woff2'),
|
||||
url('NotoSans-Medium.woff') format('woff'),
|
||||
url('NotoSans-Medium.otf') format('opentype'),
|
||||
url('NotoSans-Medium.eot') format('embedded-opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'NotoSans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('NotoSans'),
|
||||
url('NotoSans-Bold.woff2') format('woff2'),
|
||||
url('NotoSans-Bold.woff') format('woff'),
|
||||
url('NotoSans-Bold.otf') format('opentype'),
|
||||
url('NotoSans-Bold.eot') format('embedded-opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'NotoSans';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local('NotoSans'),
|
||||
url('NotoSans-Black.woff2') format('woff2'),
|
||||
url('NotoSans-Black.woff') format('woff'),
|
||||
url('NotoSans-Black.otf') format('opentype'),
|
||||
url('NotoSans-Black.eot') format('embedded-opentype');
|
||||
}
|
||||
Reference in New Issue
Block a user