Skip to content

Commit af4e252

Browse files
committed
Fix BookerlyLCD italic font file name
1 parent 4e5bb9e commit af4e252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/fonts/amazon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $amazon-config: (
9292
"BookerlyLCD",
9393
(
9494
("Rg", 400, normal),
95-
("It", 400, italic),
95+
("RgIt", 400, italic),
9696
("Bd", 700, normal),
9797
("BdIt", 700, italic),
9898
("Lt", 300, normal),

0 commit comments

Comments
 (0)