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; }