l10n: add font for Japanese
This commit is contained in:
+11
-1
@@ -34,7 +34,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: $base;
|
||||
font-family: Pixeloid;
|
||||
font-family: Pixeloid, PixelMPlus;
|
||||
color: $text;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -166,3 +166,13 @@ footer {
|
||||
url("/static/font/Pixeloid/otf/Sans-Bold.otf") format("opentype");
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: PixelMPlus;
|
||||
src: url("/static/font/PixelMPlus/Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: PixelMPlus;
|
||||
src: url("/static/font/PixelMPlus/Bold.ttf");
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user