diff options
Diffstat (limited to 'themes/elenq/static')
-rw-r--r-- | themes/elenq/static/css/fonts.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/themes/elenq/static/css/fonts.css b/themes/elenq/static/css/fonts.css index 90740da..de91f22 100644 --- a/themes/elenq/static/css/fonts.css +++ b/themes/elenq/static/css/fonts.css @@ -1,10 +1,10 @@ /* Webfont: LatoLatin-Regular */@font-face { font-family: 'LatoLatinWeb'; - src: url('/theme/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */ - src: url('/theme/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('/theme/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ - url('/theme/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ - url('/theme/fonts/LatoLatin-Regular.ttf') format('truetype'); + src: url('../fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ + url('../fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/LatoLatin-Regular.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; @@ -12,11 +12,11 @@ /* Webfont: LatoLatin-Light */@font-face { font-family: 'LatoLatinLightWeb'; - src: url('/theme/fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */ - src: url('/theme/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('/theme/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ - url('/theme/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ - url('/theme/fonts/LatoLatin-Light.ttf') format('truetype'); + src: url('../fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */ + src: url('../fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ + url('../fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ + url('../fonts/LatoLatin-Light.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; |