Verdana font everywhere

Jeedub / 2012-07-24 17:00:00   

Hi,

i'm using the plugin 'Indexhbit Style v1.0' for my site.
In the plugins section, in the 'fonts' menu, i selected 'Arial, Verdana, sans-serif'.
i checked back the site and all the fonts of the site are Arial.
Good.

but... how can i change it for the Verdana (everywhere on the site) ?

After looking into the forum, i presume it's in : ndxzsite/default/style.css and i have to edit something in 'style.css' but i'm not very good for editing code...

Thank you.

juliendubois.com

Vaska A / 2012-07-24 17:06:22   

That plugin needs more options - something we'll work on soon. For the moment, you could edit the plugin and put Verdana before Arial...

/ndxzsite/plugin/plugin.ndxz_style.php

Jeedub / 2012-07-25 14:05:57   

i tried to put Verdana before Arial ( in 2 lines where the text 'Arial, Verdana, Sans-serif' are in > plugin.ndxz_style.php).
i don't saw any difference, it doesn't work for me...
So i put the original codes back...

Vaska A / 2012-07-25 14:23:37   

Then you didn't do the right thing because I see this in your code...

  1. #index, #exhibit { font-family: Arial, Verdana, sans-serif; }
Jeedub / 2012-07-25 16:26:07   

it's normal because i put back the original codes (Arial, Verdana).
i try to change it before but it didn't work.
it's complicated for me.

Jeedub / 2012-07-26 09:25:23   

Hi,

i try to modify it with Google Chrome but it's not working for me.

i open the page "juliendubois.com/ndxzstudio/" in the browser.
i selected 'inspect the element' (right clic).
i found 2 lines of codes (#79 + #240) where there is 'Arial, Verdana, sans-serif' on it.
i change the code to 'Verdana, Arial, sans-serif', but when i reload the page my changes are gone and it's back to normal...

Vaska A / 2012-07-26 12:20:41   

You modify this with a text editor - not a web browser.

Jeedub / 2012-07-26 13:45:08   

Thank you Vaska, i did it with TextWrangler and everything is on Verdana now.

This thread has been closed, thank you.