Change icon font version and remove unused font.

This commit is contained in:
JackDandy 2016-12-19 02:17:50 +00:00
parent 80a0c3fa68
commit 5750689446
2 changed files with 6 additions and 18 deletions

View file

@ -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)

View file

@ -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";