Set font-display to fallback for google fonts (#179)

This commit is contained in:
Wruczek 2021-02-01 14:31:39 +01:00
parent 411fa13807
commit aa431b3436
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* (c) Wruczek 2017 - 2019
*/
@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo+2&display=fallback');
:root {
--site-background: #1e202f;