This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View 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');
}