Skip to content
Snippets Groups Projects
Commit 49aed2e9 authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

fix google fonts not loading properly

parent 5963548e
No related branches found
No related tags found
1 merge request!142Force reloading of Google Fonts
Loading
Loading
@@ -657,3 +657,18 @@ h2.terms {
.mc-field-group {
padding-bottom: 5px;
}
/* Google Fonts Chrome Fix */
body {
-webkit-animation-delay: 0.1s;
-webkit-animation-name: fontfix;
-webkit-animation-duration: 0.1s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
from { opacity: 1; }
to { opacity: 1; }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment