Files
huangjingfen/pro_v3.5.1/view/uniapp/static/fonts/font.scss

8 lines
187 B
SCSS
Raw Normal View History

@font-face {
font-family: SemiBold;
src: url('static/fonts/D-DIN-PRO-600-SemiBold.ttf');
}
@font-face {
font-family: Regular;
src: url('static/fonts/D-DIN-PRO-400-Regular.ttf');
}