Shaper_spectrum And Google Fonts Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Shaper_spectrum And Google Fonts Issue

K

Kieron

Template 3 years ago

I'm using the Spectrum template. Under Typography, I only see Google fonts but I jus JCE editor and it only shows Windoes commom fomts. Must I use wirtd Google fonts?

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #91555

Hi Kieron,

It's better to set fonts from Template Options > Typography then from JCE editor. It doesn't make sense to set it manually each time in text, easy to create only big mess after all.

About JCE - sorry, but we are not support of that extension. Ask its developer.

0
K
Kieron
Accepted Answer
3 years ago #91558

Thank you for the speedy answer Paul.

I understand what you say but sometimes clients use JCE!

My issue is that when I go to Typography to select a site font all I see are Google Fonts .... I cannot set the site font to Areil ot Verdana ?

When I furn off Google fonts for Body, where does the font displayed on the site selected from ? I dont want to use strange Google fonts.

0
K
Kieron
Accepted Answer
3 years ago #91561

When I install Helix Ultimate template I see normal (Ariel, Verdana etc) fonts in Typography as well as Google Fonts but only Google fonts in the Shaper_Spectrum template.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #91584

Indeed in some old templates maybe indeed there was no classic fonts, but you can set them using Custom CSS in 60 sec. Very easy !

For example

body { font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

This same you can do for H1, h2.... etc.

0
K
Kieron
Accepted Answer
3 years ago #91600

understood Paul .... but when I furn off Google fonts for Body, where does the font displayed on the site selected from ? Is there a default font?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #91612

Yes. It's taken from Bootstrap.min.css file and default fonts from it are:

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

and in this order are loaded if found in system. Arial is 3rd. For example on my Windows 2nd font - Helvetica is loaded as 1st.

foto_9089_2022.jpg

0