Remove unnecessary font setting about Lato
This commit is contained in:
parent
f7b3cf956b
commit
99c91b5fe9
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.
|
@ -9,13 +9,3 @@
|
||||||
url("./NotoSans-Regular.ttf") format("truetype");
|
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");
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue