From a122f2791f7f81f0e5148820af3a1204196620c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 26 Sep 2016 16:09:01 +0200 Subject: [PATCH] wcs: update font awesome URL --- wcs/montpellier-commune/wcs.css | 9 +++++++++ wcs/montpellier-ville/wcs.css | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/wcs/montpellier-commune/wcs.css b/wcs/montpellier-commune/wcs.css index e32c0a5..76300d7 100644 --- a/wcs/montpellier-commune/wcs.css +++ b/wcs/montpellier-commune/wcs.css @@ -1,4 +1,13 @@ @import url(/qo/css/qommon.css); + +@font-face { + font-family: 'FontAwesome'; + src: url(/static/xstatic/fonts/fontawesome-webfont.eot); + src: url(/static/xstatic/fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(/static/xstatic/fonts/fontawesome-webfont.woff) format('woff'), url(/static/xstatic/fonts/fontawesome-webfont.ttf) format('truetype'), url(/static/xstatic/fonts/fontawesome-webfont.svg?#fontawesomeregular) format('svg'); + font-weight: normal; + font-style: normal; +} + /* general stuff */ html, body { margin: 0; font-family: 'Carme',sans-serif; font-size: 13px; } diff --git a/wcs/montpellier-ville/wcs.css b/wcs/montpellier-ville/wcs.css index eeca0da..ef54681 100644 --- a/wcs/montpellier-ville/wcs.css +++ b/wcs/montpellier-ville/wcs.css @@ -1,4 +1,13 @@ @import url(/qo/css/qommon.css); + +@font-face { + font-family: 'FontAwesome'; + src: url(/static/xstatic/fonts/fontawesome-webfont.eot); + src: url(/static/xstatic/fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(/static/xstatic/fonts/fontawesome-webfont.woff) format('woff'), url(/static/xstatic/fonts/fontawesome-webfont.ttf) format('truetype'), url(/static/xstatic/fonts/fontawesome-webfont.svg?#fontawesomeregular) format('svg'); + font-weight: normal; + font-style: normal; +} + /* general stuff */ html, body { margin: 0; font-family: 'Carme',sans-serif; font-size: 13px; }