Fixed Google Sans Black back to Bold with higher font-weight

This commit is contained in:
Carve 2024-11-16 22:57:16 -05:00
parent a0179e3aea
commit 224800f7e0
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
@font-face { @font-face {
font-family: "Google Sans"; font-family: "Google Sans";
font-display: swap; font-display: swap;
src: url(GoogleSans/GoogleSans-Black.woff) format("woff"), url(GoogleSans/GoogleSans-Black.ttf) format("truetype"); src: url(GoogleSans/GoogleSans-Bold.woff) format("woff"), url(GoogleSans/GoogleSans-Bold.ttf) format("truetype");
font-weight: 900; font-weight: 900;
font-style: normal font-style: normal
} }
@ -61,7 +61,7 @@
@font-face { @font-face {
font-family: "Google Sans"; font-family: "Google Sans";
font-display: swap; font-display: swap;
src: url(GoogleSans/GoogleSans-BlackItalic.woff) format("woff"), url(GoogleSans/GoogleSans-BlackItalic.ttf) format("truetype"); src: url(GoogleSans/GoogleSans-BoldItalic.woff) format("woff"), url(GoogleSans/GoogleSans-BoldItalic.ttf) format("truetype");
font-weight: 900; font-weight: 900;
font-style: italic font-style: italic
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB