Any time I access ORENMODE via HTTPS fonts reset to basic web font.
Please, advise.
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.
Hello,
Please open style.css file(sites\all\themes\md_orenmode\css\front). Then change:
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:100,300,700,400);
to
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:100,300,700,400);
You can see this article for more detail: http://premium.wpmudev.org/forums/topic/i-lost-google-font-when-changing...
Thank you!
Issue resolved with the fonts. Thanks a lot.