fixed issue with runic font not appearing on some devices
This commit is contained in:
parent
aa6621bd29
commit
719909b958
@ -7,6 +7,12 @@
|
|||||||
src: url("../fonts/DoulosSIL-R.woff");
|
src: url("../fonts/DoulosSIL-R.woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Noto Sans Runes";
|
||||||
|
font-display: swap;
|
||||||
|
src: url("../fonts/NotoSansRunic-Regular.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
@ -66,7 +72,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background: #edf0f2;
|
background: #edf0f2;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
font-family: "DoulosSIL", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
|
font-family: "Noto Sans Runes", "DoulosSIL", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
|
BIN
fonts/NotoSansRunic-Regular.ttf
Normal file
BIN
fonts/NotoSansRunic-Regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user