mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) fontello
This commit is contained in:
parent
6940c0f76f
commit
1e580a75f7
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@
|
|||
@font-face {
|
||||
font-family: 'Fontello';
|
||||
src: url("/font/fontello.eot");
|
||||
src: url("/font/fontello.eot?#iefix") format('embedded-opentype'), url("/font/fontello.woff") format('woff'), url("/font/fontello.ttf") format('truetype'), url("/font/fontello.svg#cloudcmd") format('svg');
|
||||
src: url("/font/fontello.eot?#iefix") format('embedded-opentype'),
|
||||
url("/font/fontello.woff") format('woff'),
|
||||
url("/font/fontello.ttf") format('truetype'),
|
||||
url("/font/fontello.svg#cloudcmd") format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue