Fix fonts path
This commit is contained in:
parent
8674f2d7a5
commit
03c49d8257
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user