mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(font) add woff2
This commit is contained in:
parent
1b9ef54701
commit
e69a4411cb
4 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
font-family: 'Fontello';
|
font-family: 'Fontello';
|
||||||
src: url("../font/fontello.eot");
|
src: url("../font/fontello.eot");
|
||||||
src: url("../font/fontello.eot?#iefix") format('embedded-opentype'),
|
src: url("../font/fontello.eot?#iefix") format('embedded-opentype'),
|
||||||
|
url("../font/fontello.woff2") format('woff2'),
|
||||||
url("../font/fontello.woff") format('woff'),
|
url("../font/fontello.woff") format('woff'),
|
||||||
url("../font/fontello.ttf") format('truetype'),
|
url("../font/fontello.ttf") format('truetype'),
|
||||||
url("../font/fontello.svg#cloudcmd") format('svg');
|
url("../font/fontello.svg#cloudcmd") format('svg');
|
||||||
|
|
@ -22,6 +23,7 @@
|
||||||
url(../font/DroidSansMono.eot) format('embedded-opentype'),
|
url(../font/DroidSansMono.eot) format('embedded-opentype'),
|
||||||
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot?#iefix) format('embedded-opentype'),
|
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot?#iefix) format('embedded-opentype'),
|
||||||
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot) format('embedded-opentype'),
|
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot) format('embedded-opentype'),
|
||||||
|
url(../font/DroidSansMono.woff2) format('woff2'),
|
||||||
url(../font/DroidSansMono.woff) format('woff'),
|
url(../font/DroidSansMono.woff) format('woff'),
|
||||||
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff) format('woff'),
|
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff) format('woff'),
|
||||||
local('Consolas');
|
local('Consolas');
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
font/DroidSansMono.woff2
Normal file
BIN
font/DroidSansMono.woff2
Normal file
Binary file not shown.
BIN
font/fontello.woff2
Normal file
BIN
font/fontello.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue