Skip to content
Snippets Groups Projects
Commit c01a515e authored by Sytse Sijbrandij's avatar Sytse Sijbrandij
Browse files

Merge branch 'gfonts-force-load' into 'master'

Gfonts Force Load

Fixes #72
parents 5963548e 49aed2e9
No related branches found
No related tags found
No related merge requests found
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