fix italic urls
This commit is contained in:
parent
0746a2ab6c
commit
405cb1029d
1 changed files with 4 additions and 4 deletions
|
@ -39,15 +39,15 @@
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'noto_sans';
|
font-family: 'noto_sans';
|
||||||
src: url('noto-sans-bold-italic-webfont.woff2') format('woff2'),
|
src: url('../../static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2') format('woff2'),
|
||||||
url('noto-sans-bold-italic-webfont.woff') format('woff');
|
url('../../static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff') format('woff');
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'noto_sans';
|
font-family: 'noto_sans';
|
||||||
src: url('noto-sans-bold-italic-webfont.woff2') format('woff2'),
|
src: url('../../static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2') format('woff2'),
|
||||||
url('noto-sans-bold-italic-webfont.woff') format('woff');
|
url('../../static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff') format('woff');
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: bold italic;
|
font-style: bold italic;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue