fix: Set explicit format for webfonts
This commit is contained in:
parent
04e0a4b9bc
commit
b0af4f396d
1 changed files with 4 additions and 4 deletions
|
@ -122,24 +122,24 @@ code.inline {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iAWriterDuo";
|
font-family: "iAWriterDuo";
|
||||||
src: url("/fonts/iAWriterDuoV.ttf");
|
src: url("/fonts/iAWriterDuoV.ttf") format('truetype');
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iAWriterDuo";
|
font-family: "iAWriterDuo";
|
||||||
src: url("/fonts/iAWriterDuoV-Italic.ttf");
|
src: url("/fonts/iAWriterDuoV-Italic.ttf") format('truetype');
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iAWriterMono";
|
font-family: "iAWriterMono";
|
||||||
src: url("/fonts/iAWriterMonoV.ttf");
|
src: url("/fonts/iAWriterMonoV.ttf") format('truetype');
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iAWriterMono";
|
font-family: "iAWriterMono";
|
||||||
src: url("/fonts/iAWriterMonoV-Italic.ttf");
|
src: url("/fonts/iAWriterMonoV-Italic.ttf") format('truetype');
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue