Merge pull request #421 from h3poteto/iss-382

closes #382 Use Lato font in textarea because backtic is broken in Noto
This commit is contained in:
AkiraFukushima 2018-07-02 22:55:32 +09:00 committed by GitHub
commit d8a25df7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;