mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Change icon font version and remove unused font.
This commit is contained in:
parent
80a0c3fa68
commit
5750689446
2 changed files with 6 additions and 18 deletions
|
@ -309,6 +309,7 @@
|
|||
* Change IPT uri used for sanity check
|
||||
* Change PiSexy auth check
|
||||
* Change logger clean up to prevent lock during restart under pythonw
|
||||
* Change icon font version and remove unused font
|
||||
|
||||
|
||||
### 0.11.16 (2016-10-16 17:30:00 UTC)
|
||||
|
|
|
@ -129,29 +129,16 @@ fonts
|
|||
/* SickGear Icons */
|
||||
@font-face{
|
||||
font-family:"sgicons";
|
||||
src:url("fonts/sgicons.eot?v1");
|
||||
src:url("fonts/sgicons.eot?v1#iefix") format("embedded-opentype"),
|
||||
url("fonts/sgicons.woff?v1") format("woff"),
|
||||
url("fonts/sgicons.ttf?v1") format("truetype"),
|
||||
url("fonts/sgicons.svg?v1#sgicons") format("svg");
|
||||
src:url("fonts/sgicons.eot?v2");
|
||||
src:url("fonts/sgicons.eot?v2#iefix") format("embedded-opentype"),
|
||||
url("fonts/sgicons.woff?v2") format("woff"),
|
||||
url("fonts/sgicons.ttf?v2") format("truetype"),
|
||||
url("fonts/sgicons.svg?v2#sgicons") format("svg");
|
||||
font-weight:normal;
|
||||
font-style:normal
|
||||
}
|
||||
|
||||
/* Hack */
|
||||
/* Regular */
|
||||
@font-face{
|
||||
font-family:"Hack";
|
||||
src:url("fonts/Hack-Regular.eot");
|
||||
src:url("fonts/Hack-Regular.eot?#iefix") format("embedded-opentype"),
|
||||
url("fonts/Hack-Regular.woff") format("woff"),
|
||||
url("fonts/Hack-Regular.ttf") format("truetype"),
|
||||
url("fonts/Hack-Regular.svg") format("svg");
|
||||
font-weight:normal;
|
||||
font-weight:400;
|
||||
font-style:normal
|
||||
}
|
||||
|
||||
/* Regular-mono */
|
||||
@font-face{
|
||||
font-family:"Hack-mono";
|
||||
|
|
Loading…
Reference in a new issue