We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e177 commit c348b6cCopy full SHA for c348b6c
src/templates/fonts.css
@@ -462,18 +462,22 @@ code.language-text.css-0 {
462
@font-face {
463
src: url("../fonts/TiemposTextWeb-Regular.woff") format("woff");
464
font-family: "TiemposText";
465
+ font-display: swap;
466
}
467
468
src: url("../fonts/TiemposTextWeb-RegularItalic.woff") format("woff");
469
font-family: "TiemposItalic";
470
471
472
473
src: url("../fonts/TiemposTextWeb-Bold.woff") format("woff");
474
font-family: "TiemposBold";
475
476
477
478
src: url("../fonts/TiemposHeadlineWeb-Regular.woff") format("woff");
479
font-family: "TiemposHeadline";
480
481
482
483
a {
0 commit comments