Google fonts & MS Edge

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
jwellbelove
 
 
Posts: 46
Joined: Sun Jan 31, 2016 9:04 am
Location: Portsmouth, UK
Contact:

Google fonts & MS Edge

Post by jwellbelove »

I've been trying to get MS Edge to show Google fonts for a while now.
All other browsers worked fine, Edge didn't. All I ever got was default serif fonts.

The solution I used to solve this was to insert an HTML object on the master page.
The HTML is set to be inserted between the head tags.
For my site, I used the following HTML code...

Code: Select all

<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Open+Sans|Titillium+Web" rel="stylesheet">
The code can be copied from the Google fonts page.

Now Edge shows all fonts correctly.
Last edited by jwellbelove on Sun Oct 29, 2017 7:44 pm, edited 1 time in total.
jwellbelove
 
 
Posts: 46
Joined: Sun Jan 31, 2016 9:04 am
Location: Portsmouth, UK
Contact:

Re: Google fonts & MS Edge

Post by jwellbelove »

The forum seems to hate the word *****. Does it think I'm swearing?
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: Google fonts & MS Edge

Post by BaconFries »

No! it is because it may refer to another web design software that uses that name which to be fair shouldn't be discussed here.
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: Google fonts & MS Edge

Post by zinc »

Perhaps it is worth for Pablo to have this added to WWB?
Running WYSIWYG Web Builder since 2007...
Post Reply