Update styles with correct paths (relative to CSS) to font

This commit is contained in:
benjamin melançon 2018-08-20 17:05:26 -04:00
parent 0b44e6b583
commit 1e1c8a58f0

View file

@ -1,26 +1,26 @@
@charset "UTF-8"; @charset "UTF-8";
@font-face { @font-face {
font-family: "Ionicons"; font-family: "Ionicons";
src: url("fonts/ionicons.eot"); src: url("../fonts/ionicons.eot");
src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg"); src: url("../fonts/ionicons.eot#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf") format("truetype"), url("../fonts/ionicons.woff") format("woff"), url("../fonts/ionicons.svg#Ionicons") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }
@font-face { @font-face {
font-family: 'Poppins'; font-family: 'Poppins';
src: url("fonts/Poppins-400.woff2") format("woff2"), url("fonts/Poppins-400.woff") format("woff"), url("fonts/Poppins-400.ttf") format("truetype"); src: url("../fonts/Poppins-400.woff2") format("woff2"), url("../fonts/Poppins-400.woff") format("woff"), url("../fonts/Poppins-400.ttf") format("truetype");
font-weight: 400; font-weight: 400;
font-style: normal; } font-style: normal; }
@font-face { @font-face {
font-family: 'Poppins'; font-family: 'Poppins';
src: url("fonts/Poppins-700.woff2") format("woff2"), url("fonts/Poppins-700.woff") format("woff"), url("fonts/Poppins-700.ttf") format("truetype"); src: url("../fonts/Poppins-700.woff2") format("woff2"), url("../fonts/Poppins-700.woff") format("woff"), url("../fonts/Poppins-700.ttf") format("truetype");
font-weight: 700; font-weight: 700;
font-style: normal; } font-style: normal; }
@font-face { @font-face {
font-family: 'Anonymous Pro'; font-family: 'Anonymous Pro';
src: url("fonts/AnonymousPro-400.woff2") format("woff2"), url("fonts/AnonymousPro-400.woff") format("woff"), url("fonts/AnonymousPro-400.ttf") format("truetype"); src: url("../fonts/AnonymousPro-400.woff2") format("woff2"), url("../fonts/AnonymousPro-400.woff") format("woff"), url("../fonts/AnonymousPro-400.ttf") format("truetype");
font-weight: 700; font-weight: 700;
font-style: normal; } font-style: normal; }
@ -6748,8 +6748,8 @@ label.panel-block {
*/ */
@font-face { @font-face {
font-family: "Ionicons"; font-family: "Ionicons";
src: url("fonts/ionicons.eot?v=4.2.6"); src: url("../fonts/ionicons.eot?v=4.2.6");
src: url("fonts/ionicons.eot?v=4.2.6#iefix") format("embedded-opentype"), url("fonts/ionicons.woff2?v=4.2.6") format("woff2"), url("fonts/ionicons.woff?v=4.2.6") format("woff"), url("fonts/ionicons.ttf?v=4.2.6") format("truetype"), url("fonts/ionicons.svg?v=4.2.6#Ionicons") format("svg"); src: url("../fonts/ionicons.eot?v=4.2.6#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.2.6") format("woff2"), url("../fonts/ionicons.woff?v=4.2.6") format("woff"), url("../fonts/ionicons.ttf?v=4.2.6") format("truetype"), url("../fonts/ionicons.svg?v=4.2.6#Ionicons") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }