From 05e1773b7a22cebf9ca0223919e56db98834622d Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Thu, 20 Jul 2017 16:51:35 +0000 Subject: [PATCH] added CSS to make chrome render the right fonts --- themes/custom/assets/css/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index da7fee2..474244a 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -14,6 +14,19 @@ a { text-decoration: none; } +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; } +} + /* -------------------- NAVBAR -------------------- */ .navbar-inverse { background-color: #8966a0;