From 3bd439b4dabc9680137fee9c377f56b820d5c5e6 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 31 May 2018 18:41:53 +0200 Subject: [PATCH] Fixes prefix issues --- .../fonts/_font-awesome-brands.scss | 12 ++--- .../stylesheets/fonts/_material-icons.scss | 8 ++-- .../stylesheets/fonts/_roboto-mono.scss | 12 ++--- src/assets/stylesheets/fonts/_roboto.scss | 48 +++++++++---------- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/assets/stylesheets/fonts/_font-awesome-brands.scss b/src/assets/stylesheets/fonts/_font-awesome-brands.scss index 0ff79a8f..4f833daf 100644 --- a/src/assets/stylesheets/fonts/_font-awesome-brands.scss +++ b/src/assets/stylesheets/fonts/_font-awesome-brands.scss @@ -6,12 +6,12 @@ font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: 400; - src: url("../fonts/fa-brands-400.eot"); - src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), - url("../fonts/fa-brands-400.woff2") format("woff2"), - url("../fonts/fa-brands-400.woff") format("woff"), - url("../fonts/fa-brands-400.ttf") format("truetype"), - url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); + src: url("fa-brands-400.eot"); + src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), + url("fa-brands-400.woff2") format("woff2"), + url("fa-brands-400.woff") format("woff"), + url("fa-brands-400.ttf") format("truetype"), + url("fa-brands-400.svg#fontawesome") format("svg"); } .fab { diff --git a/src/assets/stylesheets/fonts/_material-icons.scss b/src/assets/stylesheets/fonts/_material-icons.scss index 65af7d1f..fcc75669 100644 --- a/src/assets/stylesheets/fonts/_material-icons.scss +++ b/src/assets/stylesheets/fonts/_material-icons.scss @@ -2,11 +2,11 @@ font-family: "Material Icons"; font-style: normal; font-weight: 400; - src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */ + src: url("MaterialIcons-Regular.eot"); /* For IE6-8 */ src: local("Material Icons"), local("MaterialIcons-Regular"), - url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), - url("../fonts/MaterialIcons-Regular.woff") format("woff"), - url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); + url("MaterialIcons-Regular.woff2") format("woff2"), + url("MaterialIcons-Regular.woff") format("woff"), + url("MaterialIcons-Regular.ttf") format("truetype"); } .material-icons { diff --git a/src/assets/stylesheets/fonts/_roboto-mono.scss b/src/assets/stylesheets/fonts/_roboto-mono.scss index 8ff881e5..cfb71d80 100644 --- a/src/assets/stylesheets/fonts/_roboto-mono.scss +++ b/src/assets/stylesheets/fonts/_roboto-mono.scss @@ -3,11 +3,11 @@ font-family: "Roboto Mono"; font-style: normal; font-weight: 400; - src: url("../fonts/roboto-mono-v5-latin-regular.eot"); /* IE9 Compat Modes */ + src: url("roboto-mono-v5-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Roboto Mono"), local("RobotoMono-Regular"), - url("../fonts/roboto-mono-v5-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("../fonts/roboto-mono-v5-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ - url("../fonts/roboto-mono-v5-latin-regular.woff") format("woff"), /* Modern Browsers */ - url("../fonts/roboto-mono-v5-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ - url("../fonts/roboto-mono-v5-latin-regular.svg#RobotoMono") format("svg"); /* Legacy iOS */ + url("roboto-mono-v5-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("roboto-mono-v5-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ + url("roboto-mono-v5-latin-regular.woff") format("woff"), /* Modern Browsers */ + url("roboto-mono-v5-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ + url("roboto-mono-v5-latin-regular.svg#RobotoMono") format("svg"); /* Legacy iOS */ } diff --git a/src/assets/stylesheets/fonts/_roboto.scss b/src/assets/stylesheets/fonts/_roboto.scss index c0f389e5..de460b24 100644 --- a/src/assets/stylesheets/fonts/_roboto.scss +++ b/src/assets/stylesheets/fonts/_roboto.scss @@ -3,13 +3,13 @@ font-family: Roboto; font-style: normal; font-weight: 300; - src: url("../fonts/roboto-v18-latin-300.eot"); /* IE9 Compat Modes */ + src: url("roboto-v18-latin-300.eot"); /* IE9 Compat Modes */ src: local("Roboto Light"), local("Roboto-Light"), - url("../fonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("../fonts/roboto-v18-latin-300.woff2") format("woff2"), /* Super Modern Browsers */ - url("../fonts/roboto-v18-latin-300.woff") format("woff"), /* Modern Browsers */ - url("../fonts/roboto-v18-latin-300.ttf") format("truetype"), /* Safari, Android, iOS */ - url("../fonts/roboto-v18-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */ + url("roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("roboto-v18-latin-300.woff2") format("woff2"), /* Super Modern Browsers */ + url("roboto-v18-latin-300.woff") format("woff"), /* Modern Browsers */ + url("roboto-v18-latin-300.ttf") format("truetype"), /* Safari, Android, iOS */ + url("roboto-v18-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */ } /* roboto-regular - latin */ @@ -17,13 +17,13 @@ font-family: Roboto; font-style: normal; font-weight: 400; - src: url("../fonts/roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */ + src: url("roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */ src: local(Roboto), local("Roboto-Regular"), - url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ - url("../fonts/roboto-v18-latin-regular.woff") format("woff"), /* Modern Browsers */ - url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ - url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */ + url("roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("roboto-v18-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ + url("roboto-v18-latin-regular.woff") format("woff"), /* Modern Browsers */ + url("roboto-v18-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ + url("roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */ } /* roboto-italic - latin */ @@ -31,13 +31,13 @@ font-family: Roboto; font-style: italic; font-weight: 400; - src: url("../fonts/roboto-v18-latin-italic.eot"); /* IE9 Compat Modes */ + src: url("roboto-v18-latin-italic.eot"); /* IE9 Compat Modes */ src: local("Roboto Italic"), local("Roboto-Italic"), - url("../fonts/roboto-v18-latin-italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("../fonts/roboto-v18-latin-italic.woff2") format("woff2"), /* Super Modern Browsers */ - url("../fonts/roboto-v18-latin-italic.woff") format("woff"), /* Modern Browsers */ - url("../fonts/roboto-v18-latin-italic.ttf") format("truetype"), /* Safari, Android, iOS */ - url("../fonts/roboto-v18-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */ + url("roboto-v18-latin-italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("roboto-v18-latin-italic.woff2") format("woff2"), /* Super Modern Browsers */ + url("roboto-v18-latin-italic.woff") format("woff"), /* Modern Browsers */ + url("roboto-v18-latin-italic.ttf") format("truetype"), /* Safari, Android, iOS */ + url("roboto-v18-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */ } /* roboto-700 - latin */ @@ -45,11 +45,11 @@ font-family: Roboto; font-style: normal; font-weight: 700; - src: url("../fonts/roboto-v18-latin-700.eot"); /* IE9 Compat Modes */ + src: url("roboto-v18-latin-700.eot"); /* IE9 Compat Modes */ src: local("Roboto Bold"), local("Roboto-Bold"), - url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), /* Super Modern Browsers */ - url("../fonts/roboto-v18-latin-700.woff") format("woff"), /* Modern Browsers */ - url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), /* Safari, Android, iOS */ - url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */ + url("roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ + url("roboto-v18-latin-700.woff2") format("woff2"), /* Super Modern Browsers */ + url("roboto-v18-latin-700.woff") format("woff"), /* Modern Browsers */ + url("roboto-v18-latin-700.ttf") format("truetype"), /* Safari, Android, iOS */ + url("roboto-v18-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */ } -- GitLab