Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Google font not working across div
Message
From
22/10/2017 22:55:15
 
 
To
22/10/2017 16:40:45
General information
Forum:
Javascript
Category:
DHTML
Miscellaneous
Thread ID:
01655145
Message ID:
01655150
Views:
40
It turned out to be a conflict with the usage of the button tag:
<style>
.Main
{
   font-family: Raleway;
}
</style> 

<div class="Main">

<button>Sign in</button>

</div>
When the button tag is included in a page, which transfers contain into a parent window, a font which is not builtin will no longer be recognized.

This happens even is the font is properly declared in the parent window.

I will adjust to remove all button tag declarations and replace that with a different CSS approach.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform