Remove unnecessary font setting about Lato

This commit is contained in:
AkiraFukushima 2018-11-21 22:45:37 +09:00
parent f7b3cf956b
commit 99c91b5fe9
11 changed files with 0 additions and 10 deletions

View File

@ -9,13 +9,3 @@
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");
}