Change website font (i've done some research on my own)

Reserve_Ames / 2014-03-02 21:17:48   

I am looking for a ridiculously easy way to change the font, I've looked around the forum and all ways will take my small brain many days to figure out. Please help if there is a simple method.

I just want something a little more classy than the default. times or something.

thanks

Vaska A / 2014-03-02 22:43:12   

Two easy ways...

1. try the ndxz style plugin (Admin section)
2. simply edit the /ndxzsite/default/style.css file

Reserve_Ames / 2014-03-02 23:50:19   

where do I find #2?

thanks. lots to explore in #1

Reserve_Ames / 2014-03-02 23:54:01   

Found #2, style.css file, in assets.

any idea where I should cut out and insert and what content I should insert (codes for different fonts, etc)?

Thanks!

arsondpi / 2014-03-02 23:55:20   

Hello - use your ftp application, login to your server, locate the file and edit it with a code editor.

Reserve_Ames / 2014-03-03 00:22:02   

I have figured out how to change the size of the text here: CSS /default/style.css

Is it possible for me to change the font here too?

Perhaps tweak something in this chunk of code, change the font family?:

font-size: 11px;
    font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.3em;
    /* font-weight: 300; */

Vaska A / 2014-03-03 00:23:55   

Yes, font-family. Do a quick Google on that (css font-family) and it will give you a wealth of information.

This thread has been closed, thank you.