refs #382 Use Lato font in textarea because backtic is broken in Noto

This commit is contained in:
AkiraFukushima 2018-07-02 22:51:40 +09:00
parent f04748bdda
commit 6a05b39f34
12 changed files with 13 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8,3 +8,14 @@
local("NotoSans-Regular"),
url("./NotoSans-Regular.ttf") format("truetype");
}
/* === Lato - regular */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url("./Lato-Regular.ttf");
src: local("Lato Regular"),
local("Lato-Regular"),
url("./Lato-Regular.ttf") format("truetype");
}

View File

@ -279,7 +279,7 @@ export default {
input {
border-radius: 0;
font-family: 'Noto Sans', sans-serif;
font-family: 'Lato', sans-serif;
&::placeholder {
color: #c0c4cc;
@ -302,7 +302,7 @@ export default {
resize: none;
height: 120px;
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
font-family: 'Noto Sans', sans-serif;
font-family: 'Lato', sans-serif;
&::placeholder {
color: #c0c4cc;