Commit b06fbc61 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_font: fix @font-face declaration doesn't follow the fontspring bulletproof syntax.

parent e11f2b6a
...@@ -9,7 +9,7 @@ Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at) ...@@ -9,7 +9,7 @@ Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at)
@font-face { @font-face {
font-family: 'Garamond'; font-family: 'Garamond';
src: url('eb-garamond/eb-garamond-regular-12.eot'); src: url('eb-garamond/eb-garamond-regular-12.eot');
src: url('eb-garamond/eb-garamond-regular-12.eot#iefix') format('embedded-opentype'), src: url('eb-garamond/eb-garamond-regular-12.eot?#iefix') format('embedded-opentype'),
url('eb-garamond/eb-garamond-regular-12.woff2') format('woff2'), url('eb-garamond/eb-garamond-regular-12.woff2') format('woff2'),
url('eb-garamond/eb-garamond-regular-12.woff') format('woff'), url('eb-garamond/eb-garamond-regular-12.woff') format('woff'),
url('eb-garamond/eb-garamond-regular-12.ttf') format('truetype'); url('eb-garamond/eb-garamond-regular-12.ttf') format('truetype');
...@@ -19,7 +19,7 @@ Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at) ...@@ -19,7 +19,7 @@ Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at)
@font-face { @font-face {
font-family: 'Garamond'; font-family: 'Garamond';
src: url('eb-garamond/eb-garamond-italic-12.eot'); src: url('eb-garamond/eb-garamond-italic-12.eot');
src: url('eb-garamond/eb-garamond-italic-12.eot#iefix') format('embedded-opentype'), src: url('eb-garamond/eb-garamond-italic-12.eot?#iefix') format('embedded-opentype'),
url('eb-garamond/eb-garamond-italic-12.woff2') format('woff2'), url('eb-garamond/eb-garamond-italic-12.woff2') format('woff2'),
url('eb-garamond/eb-garamond-italic-12.woff') format('woff'), url('eb-garamond/eb-garamond-italic-12.woff') format('woff'),
url('eb-garamond/eb-garamond-italic-12.ttf') format('truetype'); url('eb-garamond/eb-garamond-italic-12.ttf') format('truetype');
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3'); src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3');
src: url('font-awesome/font-awesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3#iefix') format('embedded-opentype'),
url('font-awesome/font-awesome-webfont.woff2?v=4.6.3') format('woff2'), url('font-awesome/font-awesome-webfont.woff2?v=4.6.3') format('woff2'),
url('font-awesome/font-awesome-webfont.woff?v=4.6.3') format('woff'), url('font-awesome/font-awesome-webfont.woff?v=4.6.3') format('woff'),
url('font-awesome/font-awesome-webfont.ttf?v=4.6.3') format('truetype'), url('font-awesome/font-awesome-webfont.ttf?v=4.6.3') format('truetype'),
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3'); src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3');
src: url('font-awesome/font-awesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3#iefix') format('embedded-opentype'),
url('font-awesome/font-awesome-webfont.woff2?v=4.6.3') format('woff2'), url('font-awesome/font-awesome-webfont.woff2?v=4.6.3') format('woff2'),
url('font-awesome/font-awesome-webfont.woff?v=4.6.3') format('woff'), url('font-awesome/font-awesome-webfont.woff?v=4.6.3') format('woff'),
url('font-awesome/font-awesome-webfont.ttf?v=4.6.3') format('truetype'), url('font-awesome/font-awesome-webfont.ttf?v=4.6.3') format('truetype'),
......
...@@ -16,7 +16,7 @@ with Reserved Font Name Heuristica. ...@@ -16,7 +16,7 @@ with Reserved Font Name Heuristica.
@font-face { @font-face {
font-family: 'Heuristica'; font-family: 'Heuristica';
src: url('heuristica/heuristica-regular.eot'); src: url('heuristica/heuristica-regular.eot');
src: url('heuristica/heuristica-regular.eot#iefix') format('embedded-opentype'), src: url('heuristica/heuristica-regular.eot?#iefix') format('embedded-opentype'),
url('heuristica/heuristica-regular.woff2') format('woff2'), url('heuristica/heuristica-regular.woff2') format('woff2'),
url('heuristica/heuristica-regular.woff') format('woff'), url('heuristica/heuristica-regular.woff') format('woff'),
url('heuristica/heuristica-regular.ttf') format('truetype'); url('heuristica/heuristica-regular.ttf') format('truetype');
...@@ -26,7 +26,7 @@ with Reserved Font Name Heuristica. ...@@ -26,7 +26,7 @@ with Reserved Font Name Heuristica.
@font-face { @font-face {
font-family: 'Heuristica'; font-family: 'Heuristica';
src: url('heuristica/heuristica-italic.eot'); src: url('heuristica/heuristica-italic.eot');
src: url('heuristica/heuristica-italic.eot#iefix') format('embedded-opentype'), src: url('heuristica/heuristica-italic.eot?#iefix') format('embedded-opentype'),
url('heuristica/heuristica-italic.woff2') format('woff2'), url('heuristica/heuristica-italic.woff2') format('woff2'),
url('heuristica/heuristica-italic.woff') format('woff'), url('heuristica/heuristica-italic.woff') format('woff'),
url('heuristica/heuristica-italic.ttf') format('truetype'); url('heuristica/heuristica-italic.ttf') format('truetype');
...@@ -36,7 +36,7 @@ with Reserved Font Name Heuristica. ...@@ -36,7 +36,7 @@ with Reserved Font Name Heuristica.
@font-face { @font-face {
font-family: 'Heuristica'; font-family: 'Heuristica';
src: url('heuristica/heuristica-bold.eot'); src: url('heuristica/heuristica-bold.eot');
src: url('heuristica/heuristica-bold.eot#iefix') format('embedded-opentype'), src: url('heuristica/heuristica-bold.eot?#iefix') format('embedded-opentype'),
url('heuristica/heuristica-bold.woff2') format('woff2'), url('heuristica/heuristica-bold.woff2') format('woff2'),
url('heuristica/heuristica-bold.woff') format('woff'), url('heuristica/heuristica-bold.woff') format('woff'),
url('heuristica/heuristica-bold.ttf') format('truetype'); url('heuristica/heuristica-bold.ttf') format('truetype');
......
...@@ -9,7 +9,7 @@ with Reserved Font Name Lato. ...@@ -9,7 +9,7 @@ with Reserved Font Name Lato.
@font-face { @font-face {
font-family: 'Lato'; font-family: 'Lato';
src: url('lato/lato-regular.eot'); src: url('lato/lato-regular.eot');
src: url('lato/lato-regular.eot#iefix') format('embedded-opentype'), src: url('lato/lato-regular.eot?#iefix') format('embedded-opentype'),
url('lato/lato-regular.woff2') format('woff2'), url('lato/lato-regular.woff2') format('woff2'),
url('lato/lato-regular.woff') format('woff'), url('lato/lato-regular.woff') format('woff'),
url('lato/lato-regular.ttf') format('truetype'); url('lato/lato-regular.ttf') format('truetype');
...@@ -19,7 +19,7 @@ with Reserved Font Name Lato. ...@@ -19,7 +19,7 @@ with Reserved Font Name Lato.
@font-face { @font-face {
font-family: 'Lato'; font-family: 'Lato';
src: url('lato/lato-light.eot'); src: url('lato/lato-light.eot');
src: url('lato/lato-light.eot#iefix') format('embedded-opentype'), src: url('lato/lato-light.eot?#iefix') format('embedded-opentype'),
url('lato/lato-light.woff2') format('woff2'), url('lato/lato-light.woff2') format('woff2'),
url('lato/lato-light.woff') format('woff'), url('lato/lato-light.woff') format('woff'),
url('lato/lato-light.ttf') format('truetype'); url('lato/lato-light.ttf') format('truetype');
...@@ -29,7 +29,7 @@ with Reserved Font Name Lato. ...@@ -29,7 +29,7 @@ with Reserved Font Name Lato.
@font-face { @font-face {
font-family: 'Lato'; font-family: 'Lato';
src: url('lato/lato-italic.eot'); src: url('lato/lato-italic.eot');
src: url('lato/lato-italic.eot#iefix') format('embedded-opentype'), src: url('lato/lato-italic.eot?#iefix') format('embedded-opentype'),
url('lato/lato-italic.woff2') format('woff2'), url('lato/lato-italic.woff2') format('woff2'),
url('lato/lato-italic.woff') format('woff'), url('lato/lato-italic.woff') format('woff'),
url('lato/lato-italic.ttf') format('truetype'); url('lato/lato-italic.ttf') format('truetype');
...@@ -39,7 +39,7 @@ with Reserved Font Name Lato. ...@@ -39,7 +39,7 @@ with Reserved Font Name Lato.
@font-face { @font-face {
font-family: 'Lato'; font-family: 'Lato';
src: url('lato/lato-bold.eot'); src: url('lato/lato-bold.eot');
src: url('lato/lato-bold.eot#iefix') format('embedded-opentype'), src: url('lato/lato-bold.eot?#iefix') format('embedded-opentype'),
url('lato/lato-bold.woff2') format('woff2'), url('lato/lato-bold.woff2') format('woff2'),
url('lato/lato-bold.woff') format('woff'), url('lato/lato-bold.woff') format('woff'),
url('lato/lato-bold.ttf') format('truetype'); url('lato/lato-bold.ttf') format('truetype');
......
...@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Noto Serif'; font-family: 'Noto Serif';
src: url('noto-serif/noto-serif-regular.eot'); src: url('noto-serif/noto-serif-regular.eot');
src: url('noto-serif/noto-serif-regular.eot#iefix') format('embedded-opentype'), src: url('noto-serif/noto-serif-regular.eot?#iefix') format('embedded-opentype'),
url('noto-serif/noto-serif-regular.woff2') format('woff2'), url('noto-serif/noto-serif-regular.woff2') format('woff2'),
url('noto-serif/noto-serif-regular.woff') format('woff'), url('noto-serif/noto-serif-regular.woff') format('woff'),
url('noto-serif/noto-serif-regular.ttf') format('truetype'); url('noto-serif/noto-serif-regular.ttf') format('truetype');
...@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Noto Serif'; font-family: 'Noto Serif';
src: url('noto-serif/noto-serif-italic.eot'); src: url('noto-serif/noto-serif-italic.eot');
src: url('noto-serif/noto-serif-italic.eot#iefix') format('embedded-opentype'), src: url('noto-serif/noto-serif-italic.eot?#iefix') format('embedded-opentype'),
url('noto-serif/noto-serif-italic.woff2') format('woff2'), url('noto-serif/noto-serif-italic.woff2') format('woff2'),
url('noto-serif/noto-serif-italic.woff') format('woff'), url('noto-serif/noto-serif-italic.woff') format('woff'),
url('noto-serif/noto-serif-italic.ttf') format('truetype'); url('noto-serif/noto-serif-italic.ttf') format('truetype');
...@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Noto Serif'; font-family: 'Noto Serif';
src: url('noto-serif/noto-serif-bold.eot'); src: url('noto-serif/noto-serif-bold.eot');
src: url('noto-serif/noto-serif-bold.eot#iefix') format('embedded-opentype'), src: url('noto-serif/noto-serif-bold.eot?#iefix') format('embedded-opentype'),
url('noto-serif/noto-serif-bold.woff2') format('woff2'), url('noto-serif/noto-serif-bold.woff2') format('woff2'),
url('noto-serif/noto-serif-bold.woff') format('woff'), url('noto-serif/noto-serif-bold.woff') format('woff'),
url('noto-serif/noto-serif-bold.ttf') format('truetype'); url('noto-serif/noto-serif-bold.ttf') format('truetype');
......
...@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
src: url('open-sans/open-sans-regular.eot'); src: url('open-sans/open-sans-regular.eot');
src: url('open-sans/open-sans-regular.eot#iefix') format('embedded-opentype'), src: url('open-sans/open-sans-regular.eot?#iefix') format('embedded-opentype'),
url('open-sans/open-sans-regular.woff') format('woff'), url('open-sans/open-sans-regular.woff') format('woff'),
url('open-sans/open-sans-regular.woff2') format('woff2') url('open-sans/open-sans-regular.woff2') format('woff2')
url('open-sans/open-sans-regular.ttf') format('truetype'); url('open-sans/open-sans-regular.ttf') format('truetype');
...@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
src: url('open-sans/open-sans-light.eot'); src: url('open-sans/open-sans-light.eot');
src: url('open-sans/open-sans-light.eot#iefix') format('embedded-opentype'), src: url('open-sans/open-sans-light.eot?#iefix') format('embedded-opentype'),
url('open-sans/open-sans-light.woff') format('woff'), url('open-sans/open-sans-light.woff') format('woff'),
url('open-sans/open-sans-light.woff2') format('woff2') url('open-sans/open-sans-light.woff2') format('woff2')
url('open-sans/open-sans-light.ttf') format('truetype'); url('open-sans/open-sans-light.ttf') format('truetype');
...@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
src: url('open-sans/open-sans-italic.eot'); src: url('open-sans/open-sans-italic.eot');
src: url('open-sans/open-sans-italic.eot#iefix') format('embedded-opentype'), src: url('open-sans/open-sans-italic.eot?#iefix') format('embedded-opentype'),
url('open-sans/open-sans-italic.woff') format('woff'), url('open-sans/open-sans-italic.woff') format('woff'),
url('open-sans/open-sans-italic.woff2') format('woff2') url('open-sans/open-sans-italic.woff2') format('woff2')
url('open-sans/open-sans-italic.ttf') format('truetype'); url('open-sans/open-sans-italic.ttf') format('truetype');
...@@ -38,7 +38,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -38,7 +38,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
src: url('open-sans/open-sans-bold.eot'); src: url('open-sans/open-sans-bold.eot');
src: url('open-sans/open-sans-bold.eot#iefix') format('embedded-opentype'), src: url('open-sans/open-sans-bold.eot?#iefix') format('embedded-opentype'),
url('open-sans/open-sans-bold.woff') format('woff'), url('open-sans/open-sans-bold.woff') format('woff'),
url('open-sans/open-sans-bold.woff2') format('woff2') url('open-sans/open-sans-bold.woff2') format('woff2')
url('open-sans/open-sans-bold.ttf') format('truetype'); url('open-sans/open-sans-bold.ttf') format('truetype');
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@font-face { @font-face {
font-family: 'Roboto Condensed'; font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-regular.eot'); src: url('roboto/roboto-condensed-regular.eot');
src: url('roboto/roboto-condensed-regular.eot#iefix') format('embedded-opentype'), src: url('roboto/roboto-condensed-regular.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-condensed-regular.woff2') format('woff2'), url('roboto/roboto-condensed-regular.woff2') format('woff2'),
url('roboto/roboto-condensed-regular.woff') format('woff'), url('roboto/roboto-condensed-regular.woff') format('woff'),
url('roboto/roboto-condensed-regular.ttf') format('truetype'); url('roboto/roboto-condensed-regular.ttf') format('truetype');
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
@font-face { @font-face {
font-family: 'Roboto Condensed'; font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-light.eot'); src: url('roboto/roboto-condensed-light.eot');
src: url('roboto/roboto-condensed-light.eot#iefix') format('embedded-opentype'), src: url('roboto/roboto-condensed-light.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-condensed-light.woff2') format('woff2'), url('roboto/roboto-condensed-light.woff2') format('woff2'),
url('roboto/roboto-condensed-light.woff') format('woff'), url('roboto/roboto-condensed-light.woff') format('woff'),
url('roboto/roboto-condensed-light.ttf') format('truetype'); url('roboto/roboto-condensed-light.ttf') format('truetype');
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
@font-face { @font-face {
font-family: 'Roboto Condensed'; font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-italic.eot'); src: url('roboto/roboto-condensed-italic.eot');
src: url('roboto/roboto-condensed-italic.eot#iefix') format('embedded-opentype'), src: url('roboto/roboto-condensed-italic.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-condensed-italic.woff2') format('woff2'), url('roboto/roboto-condensed-italic.woff2') format('woff2'),
url('roboto/roboto-condensed-italic.woff') format('woff'), url('roboto/roboto-condensed-italic.woff') format('woff'),
url('roboto/roboto-condensed-italic.ttf') format('truetype'); url('roboto/roboto-condensed-italic.ttf') format('truetype');
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
@font-face { @font-face {
font-family: 'Roboto Condensed'; font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-bold.eot'); src: url('roboto/roboto-condensed-bold.eot');
src: url('roboto/roboto-condensed-bold.eot#iefix') format('embedded-opentype'), src: url('roboto/roboto-condensed-bold.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-condensed-bold.woff2') format('woff2'), url('roboto/roboto-condensed-bold.woff2') format('woff2'),
url('roboto/roboto-condensed-bold.woff') format('woff'), url('roboto/roboto-condensed-bold.woff') format('woff'),
url('roboto/roboto-condensed-bold.ttf') format('truetype'); url('roboto/roboto-condensed-bold.ttf') format('truetype');
......
...@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('roboto-regular.eot'); src: url('roboto-regular.eot');
src: url('roboto-regular.eot#iefix') format('embedded-opentype'), src: url('roboto-regular.eot?#iefix') format('embedded-opentype'),
url('roboto-regular.woff2') format('woff2'), url('roboto-regular.woff2') format('woff2'),
url('roboto-regular.woff') format('woff'), url('roboto-regular.woff') format('woff'),
url('roboto-regular.ttf') format('truetype'); url('roboto-regular.ttf') format('truetype');
...@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('roboto-light.eot'); src: url('roboto-light.eot');
src: url('roboto-light.eot#iefix') format('embedded-opentype'), src: url('roboto-light.eot?#iefix') format('embedded-opentype'),
url('roboto-light.woff2') format('woff2'), url('roboto-light.woff2') format('woff2'),
url('roboto-light.woff') format('woff'), url('roboto-light.woff') format('woff'),
url('roboto-light.ttf') format('truetype'); url('roboto-light.ttf') format('truetype');
...@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('roboto-italic.eot'); src: url('roboto-italic.eot');
src: url('roboto-italic.eot#iefix') format('embedded-opentype'), src: url('roboto-italic.eot?#iefix') format('embedded-opentype'),
url('roboto-italic.woff2') format('woff2'), url('roboto-italic.woff2') format('woff2'),
url('roboto-italic.woff') format('woff'), url('roboto-italic.woff') format('woff'),
url('roboto-italic.ttf') format('truetype'); url('roboto-italic.ttf') format('truetype');
...@@ -38,7 +38,7 @@ Copyright 2012 Google Inc. All Rights Reserved. ...@@ -38,7 +38,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('roboto-bold.eot'); src: url('roboto-bold.eot');
src: url('roboto-bold.eot#iefix') format('embedded-opentype'), src: url('roboto-bold.eot?#iefix') format('embedded-opentype'),
url('roboto-bold.woff2') format('woff2'), url('roboto-bold.woff2') format('woff2'),
url('roboto-bold.woff') format('woff'), url('roboto-bold.woff') format('woff'),
url('roboto-bold.ttf') format('truetype'); url('roboto-bold.ttf') format('truetype');
......
...@@ -10,7 +10,7 @@ Adobe Systems Incorporated in the United States and/or other countries. ...@@ -10,7 +10,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-regular.eot'); src: url('source-sans-pro/source-sans-pro-regular.eot');
src: url('source-sans-pro/source-sans-pro-regular.eot#iefix') format('embedded-opentype'), src: url('source-sans-pro/source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
url('source-sans-pro/source-sans-pro-regular.woff2') format('woff2'), url('source-sans-pro/source-sans-pro-regular.woff2') format('woff2'),
url('source-sans-pro/source-sans-pro-regular.woff') format('woff'), url('source-sans-pro/source-sans-pro-regular.woff') format('woff'),
url('source-sans-pro/source-sans-pro-regular.ttf') format('truetype'); url('source-sans-pro/source-sans-pro-regular.ttf') format('truetype');
...@@ -20,7 +20,7 @@ Adobe Systems Incorporated in the United States and/or other countries. ...@@ -20,7 +20,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-light.eot'); src: url('source-sans-pro/source-sans-pro-light.eot');
src: url('source-sans-pro/source-sans-pro-light.eot#iefix') format('embedded-opentype'), src: url('source-sans-pro/source-sans-pro-light.eot?#iefix') format('embedded-opentype'),
url('source-sans-pro/source-sans-pro-light.woff2') format('woff2'), url('source-sans-pro/source-sans-pro-light.woff2') format('woff2'),
url('source-sans-pro/source-sans-pro-light.woff') format('woff'), url('source-sans-pro/source-sans-pro-light.woff') format('woff'),
url('source-sans-pro/source-sans-pro-light.ttf') format('truetype'); url('source-sans-pro/source-sans-pro-light.ttf') format('truetype');
...@@ -30,7 +30,7 @@ Adobe Systems Incorporated in the United States and/or other countries. ...@@ -30,7 +30,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-italic.eot'); src: url('source-sans-pro/source-sans-pro-italic.eot');
src: url('source-sans-pro/source-sans-pro-italic.eot#iefix') format('embedded-opentype'), src: url('source-sans-pro/source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
url('source-sans-pro/source-sans-pro-italic.woff2') format('woff2'), url('source-sans-pro/source-sans-pro-italic.woff2') format('woff2'),
url('source-sans-pro/source-sans-pro-italic.woff') format('woff'), url('source-sans-pro/source-sans-pro-italic.woff') format('woff'),
url('source-sans-pro/source-sans-pro-italic.ttf') format('truetype'); url('source-sans-pro/source-sans-pro-italic.ttf') format('truetype');
...@@ -40,7 +40,7 @@ Adobe Systems Incorporated in the United States and/or other countries. ...@@ -40,7 +40,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-bold.eot'); src: url('source-sans-pro/source-sans-pro-bold.eot');
src: url('source-sans-pro/source-sans-pro-bold.eot#iefix') format('embedded-opentype'), src: url('source-sans-pro/source-sans-pro-bold.eot?#iefix') format('embedded-opentype'),
url('source-sans-pro/source-sans-pro-bold.woff2') format('woff2'), url('source-sans-pro/source-sans-pro-bold.woff2') format('woff2'),
url('source-sans-pro/source-sans-pro-bold.woff') format('woff'), url('source-sans-pro/source-sans-pro-bold.woff') format('woff'),
url('source-sans-pro/source-sans-pro-bold.ttf') format('truetype'); url('source-sans-pro/source-sans-pro-bold.ttf') format('truetype');
......
...@@ -10,7 +10,7 @@ Incorporated in the United States and/or other countries. ...@@ -10,7 +10,7 @@ Incorporated in the United States and/or other countries.
@font-face { @font-face {
font-family: 'Source Serif Pro'; font-family: 'Source Serif Pro';
src: url('source-serif-pro/source-serif-pro-regular.eot'); src: url('source-serif-pro/source-serif-pro-regular.eot');
src: url('source-serif-pro/source-serif-pro-regular.eot#iefix') format('embedded-opentype'), src: url('source-serif-pro/source-serif-pro-regular.eot?#iefix') format('embedded-opentype'),
url('source-serif-pro/source-serif-pro-regular.woff2') format('woff2'), url('source-serif-pro/source-serif-pro-regular.woff2') format('woff2'),
url('source-serif-pro/source-serif-pro-regular.woff') format('woff'), url('source-serif-pro/source-serif-pro-regular.woff') format('woff'),
url('source-serif-pro/source-serif-pro-regular.ttf') format('truetype'); url('source-serif-pro/source-serif-pro-regular.ttf') format('truetype');
...@@ -20,7 +20,7 @@ Incorporated in the United States and/or other countries. ...@@ -20,7 +20,7 @@ Incorporated in the United States and/or other countries.
@font-face { @font-face {
font-family: 'Source Serif Pro'; font-family: 'Source Serif Pro';
src: url('source-serif-pro/source-serif-pro-bold.eot'); src: url('source-serif-pro/source-serif-pro-bold.eot');
src: url('source-serif-pro/source-serif-pro-bold.eot#iefix') format('embedded-opentype'), src: url('source-serif-pro/source-serif-pro-bold.eot?#iefix') format('embedded-opentype'),
url('source-serif-pro/source-serif-pro-bold.woff2') format('woff2'), url('source-serif-pro/source-serif-pro-bold.woff2') format('woff2'),
url('source-serif-pro/source-serif-pro-bold.woff') format('woff'), url('source-serif-pro/source-serif-pro-bold.woff') format('woff'),
url('source-serif-pro/source-serif-pro-bold.ttf') format('truetype'); url('source-serif-pro/source-serif-pro-bold.ttf') format('truetype');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment