mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
10 lines
357 B
CSS
10 lines
357 B
CSS
@font-face {
|
|
font-family: 'Noto Sans';
|
|
src: url('NotoSans-Regular-webfont.eot');
|
|
src: url('NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('NotoSans-Regular-webfont.woff') format('woff'),
|
|
url('NotoSans-Regular-webfont.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|