You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
440 B
13 lines
440 B
5 years ago
|
@font-face {
|
||
|
font-family: "adidasHeader";
|
||
|
src: url('resources?path=/com/finebi/plugin/web/font/header.ttf') format("opentype");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "adidasBody";
|
||
|
src: url('resources?path=/com/finebi/plugin/web/font/body.ttf') format('truetype');
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font: normal 12px adidasBody, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Heiti, "黑体", sans-serif;
|
||
|
}
|