Swap locally loaded font to fix flashing text

This commit is contained in:
2020-11-25 16:29:12 +01:00
parent a135a3ce2a
commit 94a5ad5a42
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
src: local('Source-Sans-Pro'), local('Source Sans Pro'),
url(../fonts/SourceSansPro-Regular.woff2) format('woff2'),
url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
font-display: swap;
}
/* ==============