I have installed SSl for "https" and then getting the disappering google fonts of installed fonts with this theme. Please let me know, how to fix this issue .. Thanks
Thu, 07/05/2018 - 04:29
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi there,
+ Please open file html.preprocess.inc (in folder sites\all\themes\md_hillter\inc\front)
+ Line 14, replace
https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true
with:
Hello,
Actually worked for me changed as below in css file (/sites/all/themes/md_hillter/css/front/style.css) at line 1
from ..
@import url(http://fonts.googleapis.com/css?family=Hind:400,300,500,600|Montserrat:400,700);
to ..
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600|Montserrat:400,700);
Thanks
Thank you for your feedback!