From 5a20539524a567b134182f8be5328cb80da8b501 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Wed, 27 Aug 2014 01:37:50 +0200 Subject: [PATCH] Changed version parameter --- wcfsetup/install/files/style/icon.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/style/icon.less b/wcfsetup/install/files/style/icon.less index e44bfe6174..d649b72cb5 100644 --- a/wcfsetup/install/files/style/icon.less +++ b/wcfsetup/install/files/style/icon.less @@ -1,10 +1,10 @@ /* do NOT reference fonts directly, always make use of 'getFont.php' */ @font-face { font-family: 'FontAwesome'; - src: url('../font/getFont.php?type=eot&v=4.1.0'); - src: url('../font/getFont.php?type=eot&v=4.1.0#iefix') format('embedded-opentype'), - url('../font/getFont.php?type=woff&v=4.1.0') format('woff'), - url('../font/getFont.php?type=ttf&v=4.1.0') format('truetype'); + src: url('../font/getFont.php?type=eot&v=4.2.0'); + src: url('../font/getFont.php?type=eot&v=4.2.0#iefix') format('embedded-opentype'), + url('../font/getFont.php?type=woff&v=4.2.0') format('woff'), + url('../font/getFont.php?type=ttf&v=4.2.0') format('truetype'); font-weight: normal; font-style: normal; } -- 2.20.1