Fix fonts path

This commit is contained in:
Zachary Betz 2019-02-15 11:01:38 -06:00
parent 8674f2d7a5
commit 03c49d8257
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* Fonts */
@font-face {
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-style: normal;
}

View File

@ -1,7 +1,7 @@
/* Fonts */
@font-face {
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-style: normal;
}
@ -490,7 +490,7 @@ caption {
}
.note.warning {
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-repeat: repeat-y;
}
@ -509,7 +509,7 @@ caption {
width: 1rem;
height: 1rem;
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;
position: absolute;
left: -1.25rem;