mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
10 lines
140 B
CSS
10 lines
140 B
CSS
|
@font-face {
|
||
|
font-family: Wingdings;
|
||
|
src: url(font/wingding.ttf);
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Symbol;
|
||
|
src: url(font/symbol.ttf);
|
||
|
}
|