dbweb-common
Version:
用`yarn add dbweb-common`安装,不要忘记修改`angular.json`里的 `architect\build\options\assets`,加上
14 lines (11 loc) • 588 B
CSS
@font-face {
font-family: 'roboto_condensedlight_italic';
src: url('RobotoCondensed-LightItalic-webfont.eot');
src: url('RobotoCondensed-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoCondensed-LightItalic-webfont.woff2') format('woff2'),
url('RobotoCondensed-LightItalic-webfont.woff') format('woff'),
url('RobotoCondensed-LightItalic-webfont.ttf') format('truetype'),
url('RobotoCondensed-LightItalic-webfont.svg#roboto_condensedlight_italic') format('svg');
font-weight: normal;
font-style: normal;
}