Fix fonts path
This commit is contained in:
parent
8674f2d7a5
commit
03c49d8257
|
@ -1,7 +1,7 @@
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Miriam Libre';
|
font-family: 'Miriam Libre';
|
||||||
src: url('{{ "fonts/miriamlibre-bold.woff2" | absURL }}') format('woff2'), url('{{ "fonts/miriamlibre-bold.woff" | absURL }}') format('woff');
|
src: url('{{ "css/fonts/miriamlibre-bold.woff2" | absURL }}') format('woff2'), url('{{ "css/fonts/miriamlibre-bold.woff" | absURL }}') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Miriam Libre';
|
font-family: 'Miriam Libre';
|
||||||
src: url('https://example.com/fonts/miriamlibre-bold.woff2') format('woff2'), url('https://example.com/fonts/miriamlibre-bold.woff') format('woff');
|
src: url('http://localhost:1313/css/fonts/miriamlibre-bold.woff2') format('woff2'), url('http://localhost:1313/css/fonts/miriamlibre-bold.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@ -490,7 +490,7 @@ caption {
|
||||||
}
|
}
|
||||||
.note.warning {
|
.note.warning {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
background-image: url(https://example.com/css/images/stripe.svg);
|
background-image: url(http://localhost:1313/css/images/stripe.svg);
|
||||||
background-size: 0.5rem auto;
|
background-size: 0.5rem auto;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
}
|
}
|
||||||
|
@ -509,7 +509,7 @@ caption {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
background-image: url(https://example.com/css/images/icon-tick.svg);
|
background-image: url(http://localhost:1313/css/images/icon-tick.svg);
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -1.25rem;
|
left: -1.25rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user