Files
dev.ttsby.com/plugins/NotoSans/1.0/fonts-regular.css
2023-04-17 11:06:08 +09:00

11 lines
333 B
CSS

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