Shape 5

Wordpress Club Themes => Oasis - Club => : Dareyel March 09, 2015, 04:35:17 PM



: Other fonts in specified areas?
: Dareyel March 09, 2015, 04:35:17 PM
Hi There

I need help.
I wanna have special, cursive font in top 2.1. position.
Tried some HTMLing  but no avail.

I have put a text in a widget into TOP 2.1.:
<div Style="text-align:center; font-family: Dynalight;
font-size: 3em; color: #E25A35">Our destination is the throne. Reach it with us.</div>

Dynalight is Google Font cursive. Should work.

TY


: Re: Other fonts in specified areas?
: Tristan Rineer March 10, 2015, 07:27:52 AM
If that's the only code you added, then it won't load because you didn't actually call the font family.  Google Fonts will tell you that you need to add a line of code to "import" the font to the site before it will work.

Shape 5 themes are designed to only load the font selected in the theme options, loading the entire Google Fonts directory would significantly slow down site load times and increase bandwidth cost for site visitors.


: Re: Other fonts in specified areas?
: Dareyel March 10, 2015, 04:30:50 PM
So can You suggest me a solution for my cursive moto wish?

Put an image with cursive font there?  :-\

That doesnt seem like a good solution to me.
I really need my moto to stand out somehow.


: Re: Other fonts in specified areas?
: Tristan Rineer March 11, 2015, 07:13:33 AM
As I said in my last post,

Google Fonts will tell you that you need to add a line of code to "import" the font to the site before it will work.

If you look at the "Quick Use" (http://www.google.com/fonts#QuickUsePlace:quickUse) link for the font, you'll see that it gives you a line of code you need to add to the theme before you can use the font.

Once it's added correctly, it will work.


: Re: Other fonts in specified areas?
: Dareyel March 24, 2015, 07:56:17 AM
Thank You Tristaan,

Havent seen this reply, sorry.

Where should I add this code? On head of home page?
Would this mess my original theme font?

Ty


: Re: Other fonts in specified areas?
: Tristan Rineer March 24, 2015, 08:35:28 AM
Inside the head tag of the index.php file, yes.  All that does is allow your site to be capable of using the font family, it won't actually change anything unless you have assigned that font family to whatever you want changed.