Set font-display to fallback for google fonts (#179)
This commit is contained in:
parent
411fa13807
commit
aa431b3436
|
@ -4,7 +4,7 @@
|
||||||
* (c) Wruczek 2017 - 2019
|
* (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 {
|
:root {
|
||||||
--site-background: #1e202f;
|
--site-background: #1e202f;
|
||||||
|
|
Loading…
Reference in New Issue