diff --git a/src/assets/stylesheets/fonts/_font-awesome-brands.scss b/src/assets/stylesheets/fonts/_font-awesome-brands.scss index 0ff79a8f0936086caa1dd40f2b2011617474d8bb..4f833daf7dfa112475572ca40fcf72d877559c1b 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 65af7d1f6cd5bf6ae84cce44f94fab15b066be6b..fcc75669d0b3a477746acbfa26c9c7e82917c079 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 8ff881e52db0c5b791713d4ed41a6f66179f6992..cfb71d80e65b31d61519ab8b9c3543e3ac617688 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 c0f389e5d2e0d32cf0eedf95df82d896926fcd1c..de460b24f4d32ad8559c10c31d0315a94aeccd72 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 */ }