Skip to content

Commit a9084cd

Browse files
committed
Change the order of font-display in css to include semicolon to match light house regex
1 parent 091a383 commit a9084cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/templates/fonts.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,23 +461,23 @@ code.language-text.css-0 {
461461
/*----------------------RESET OVER----------------------------------*/
462462
@font-face {
463463
src: url("../fonts/TiemposTextWeb-Regular.woff") format("woff");
464-
font-family: "TiemposText";
465464
font-display: swap;
465+
font-family: "TiemposText";
466466
}
467467
@font-face {
468468
src: url("../fonts/TiemposTextWeb-RegularItalic.woff") format("woff");
469-
font-family: "TiemposItalic";
470469
font-display: swap;
470+
font-family: "TiemposItalic";
471471
}
472472
@font-face {
473473
src: url("../fonts/TiemposTextWeb-Bold.woff") format("woff");
474-
font-family: "TiemposBold";
475474
font-display: swap;
475+
font-family: "TiemposBold";
476476
}
477477
@font-face {
478478
src: url("../fonts/TiemposHeadlineWeb-Regular.woff") format("woff");
479-
font-family: "TiemposHeadline";
480479
font-display: swap;
480+
font-family: "TiemposHeadline";
481481
}
482482

483483
a {

0 commit comments

Comments
 (0)