From: Alexander Ebert Date: Wed, 15 May 2013 20:56:52 +0000 (+0200) Subject: Updated to FontAwesome 3.1.1 and removed unnecessary formats X-Git-Tag: 2.0.0_Beta_1~174^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=428a438df263668ac8a441514a500b89f2fef040;p=GitHub%2FWoltLab%2FWCF.git Updated to FontAwesome 3.1.1 and removed unnecessary formats --- diff --git a/wcfsetup/install/files/font/fontawesome-webfont.svg b/wcfsetup/install/files/font/fontawesome-webfont.svg deleted file mode 100644 index 10a1e1bbf7..0000000000 --- a/wcfsetup/install/files/font/fontawesome-webfont.svg +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/wcfsetup/install/files/font/fontawesome-webfont.woff b/wcfsetup/install/files/font/fontawesome-webfont.woff deleted file mode 100644 index a33af950ae..0000000000 Binary files a/wcfsetup/install/files/font/fontawesome-webfont.woff and /dev/null differ diff --git a/wcfsetup/install/files/style/icon.less b/wcfsetup/install/files/style/icon.less index b265165544..2034cb9d3a 100644 --- a/wcfsetup/install/files/style/icon.less +++ b/wcfsetup/install/files/style/icon.less @@ -1,9 +1,8 @@ @font-face { font-family: 'FontAwesome'; - src: url('../font/fontawesome-webfont.eot?v=3.1.0'); - src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), - url('../font/fontawesome-webfont.woff?v=3.1.0') format('woff'), - url('../font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'); + src: url('../font/fontawesome-webfont.eot?v=3.1.1'); + src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.1') format('embedded-opentype'), + url('../font/fontawesome-webfont.ttf?v=3.1.1') format('truetype'); font-weight: normal; font-style: normal; }