aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-09-11 09:42:28 +0100
committerDave Whiteland <dave@mysociety.org>2012-09-11 09:42:28 +0100
commit8ba5690bd5097647ae6148610e7b7be5730c3459 (patch)
tree9815ad47955b8acf2df83c7ba8a46302938da1d1
parent4a7b87f3a70b813bfb684df30d059c4e356b5333 (diff)
fixed path error in stevenage scss font-face
-rw-r--r--web/cobrands/stevenage/layout.scss50
1 files changed, 25 insertions, 25 deletions
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss
index 5907ce726..ff7080c11 100644
--- a/web/cobrands/stevenage/layout.scss
+++ b/web/cobrands/stevenage/layout.scss
@@ -1,54 +1,54 @@
@font-face {
font-family: 'MuseoSans';
- src: url('../fonts/MuseoSans_300-webfont.eot');
- src: url('../fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/MuseoSans_300-webfont.woff') format('woff'),
- url('../fonts/MuseoSans_300-webfont.ttf') format('truetype'),
- url('../fonts/MuseoSans_300-webfont.svg#MuseoSans300') format('svg');
+ src: url('fonts/MuseoSans_300-webfont.eot');
+ src: url('fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
+ url('fonts/MuseoSans_300-webfont.woff') format('woff'),
+ url('fonts/MuseoSans_300-webfont.ttf') format('truetype'),
+ url('fonts/MuseoSans_300-webfont.svg#MuseoSans300') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans';
- src: url('../fonts/MuseoSans_300_Italic-webfont.eot');
- src: url('../fonts/MuseoSans_300_Italic-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/MuseoSans_300_Italic-webfont.woff') format('woff'),
- url('../fonts/MuseoSans_300_Italic-webfont.ttf') format('truetype'),
- url('../fonts/MuseoSans_300_Italic-webfont.svg#MuseoSans300Italic') format('svg');
+ src: url('fonts/MuseoSans_300_Italic-webfont.eot');
+ src: url('fonts/MuseoSans_300_Italic-webfont.eot?#iefix') format('embedded-opentype'),
+ url('fonts/MuseoSans_300_Italic-webfont.woff') format('woff'),
+ url('fonts/MuseoSans_300_Italic-webfont.ttf') format('truetype'),
+ url('fonts/MuseoSans_300_Italic-webfont.svg#MuseoSans300Italic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'MuseoSans';
- src: url('../fonts/MuseoSans_500-webfont.eot');
- src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
- url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
- url('../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
+ src: url('fonts/MuseoSans_500-webfont.eot');
+ src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
+ url('fonts/MuseoSans_500-webfont.woff') format('woff'),
+ url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
+ url('fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans';
- src: url('../fonts/MuseoSans_500_Italic-webfont.eot');
- src: url('../fonts/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
- url('../fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
- url('../fonts/MuseoSans_500_Italic-webfont.svg#MuseoSans500Italic') format('svg');
+ src: url('fonts/MuseoSans_500_Italic-webfont.eot');
+ src: url('fonts/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
+ url('fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
+ url('fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
+ url('fonts/MuseoSans_500_Italic-webfont.svg#MuseoSans500Italic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Museo300-display';
- src: url('../fonts/Museo300-Regular-webfont.eot');
- src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/Museo300-Regular-webfont.woff') format('woff'),
- url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'),
- url('../fonts/Museo300-Regular-webfont.svg#Museo300') format('svg');
+ src: url('fonts/Museo300-Regular-webfont.eot');
+ src: url('fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
+ url('fonts/Museo300-Regular-webfont.woff') format('woff'),
+ url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
+ url('fonts/Museo300-Regular-webfont.svg#Museo300') format('svg');
font-weight: normal;
font-style: normal;
}