• Greetings! I need some help adding new fonts to my site https://www.burstingplethora.com. I am using the Albizia Theme. Please keep in mind that I do not know CSS or html. But I do know how to follow simple instructions. So, if somebody would explain to me, step by step, how to add new fonts to my site, I would really appreciated that. Thank you. Peace.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Good Guy

    (@mytaxsitecouk)

    Well it depends on what exactly you want and wheyher you want to use web fonts. If it is the web fonts then one way is to use Google Fonts using these steps:

    1. Choose the styles you want from Google Web fonts: https://www.google.com/webfonts#

    2. Choose the character sets you want:

    3. Add this code to your style sheet: like this:

    <link href='https://fonts.googleapis.com/css?family=Bilbo' rel='stylesheet' type='text/css'>

    4. Integrate the fonts into your CSS like this:

    body {
    	font-family: 'Bilbo', cursive;
    }

    The above steps are very general so you need to explain further what you want to do.

    Thread Starter justanotherpoet

    (@justanotherpoet)

    Well I want to be able to use a variety of fonts on my site, not just the standard font my theme comes with. Say, maybe have the option of ten fonts. From what I understand, I can accomplish this by inserting Custom CSS into the Theme Options for Albizia. Is this accurate? If so, where can I get this custom CSS from? Me writing the entire thing myself is pretty much not an option. But if I can copy and paste the exact CSS I would need to do this into the Insert CSS feature, that would help. Even if the CSS was for fonts that I didn’t want to use. I could then just replace words like “Times New Roman” with words like “Brush Script”. Is that correct? I would also like the fonts I insert to have the option of being in different sizes, from say 12pt to 72pt. By the way, I have installed and activated the WP Google Fonts plugin.

    This might be helpful — Codex on Fonts.

    Thread Starter justanotherpoet

    (@justanotherpoet)

    Thanks. I’ll give it a whirl.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Step By Step Guide To Adding New Fonts’ is closed to new replies.