Added font-weight 100 option to Lato fonts (#1333)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>

Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2021-12-17 17:46:56 -06:00
committed by GitHub
parent 99715ff076
commit 2cc41d56a0
5 changed files with 62802 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Binary file not shown.

View File

@@ -135,6 +135,19 @@
font-display: swap;
}
@font-face {
font-family: "Lato";
src: url("./fonts/Lato/Lato-Thin.eot");
src: url("./fonts/Lato/Lato-Thin.eot?#iefix") format("embedded-opentype"),
url("./fonts/Lato/Lato-Thin.woff2") format("woff2"),
url("./fonts/Lato/Lato-Thin.woff") format("woff"),
url("./fonts/Lato/Lato-Thin.ttf") format("truetype"),
url("./fonts/Lato/Lato-Thin.svg#Lato-Thin") format("svg");
font-weight: 100;
font-style: normal;
font-display: swap;
}
body {
margin: 0;
background-color: #fff;