fixed issue with runic font not appearing on some devices

This commit is contained in:
Phuntsok Drak-pa 2019-08-22 20:30:35 +02:00
parent aa6621bd29
commit 719909b958
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@
src: url("../fonts/DoulosSIL-R.woff");
}
@font-face {
font-family: "Noto Sans Runes";
font-display: swap;
src: url("../fonts/NotoSansRunic-Regular.ttf");
}
h1,
h2,
h3,
@ -66,7 +72,7 @@ html {
body {
background: #edf0f2;
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;
overflow-x: hidden;
max-width: 1100px;

Binary file not shown.