• I have figured out how to change the Subjet font style in but I cannot figure out for the life of me how to change the body font to ‘Times’ when posting.

    Can anyone help me know how in “Stylesheet (style.css)” I can change the body to ‘Times’?

    https://thecompetentconservative.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey Spencer,

    1. Open any and all stylesheets that relate to your template.
    2. Then press Apple F, or Ctrl F (if you’re on Windows), this will bring up the search bar or search window.
    3. Then type “times” (representative of your font name), and hit “Find” or hit Apple G, or Ctrl G. This will search your entire document for any occurrence of that word.

    If it doesn’t appear in any of your stylesheets then you probably don’t have a font defined. And your browser is automatically choosing “Times” for undefined fonts.

    If that is the case, insert this into your stylesheet:
    body {
    font-family: Trebuchet MS; /* Or whatever font you prefer */
    }

    Hope that helps!

    Thread Starter spenceri

    (@spenceri)

    Thank you so much, it worked! Now what if I want to change the font size?

    Great!

    To change the font size, go back to that same location, and either change or add a line that says “font-size: 12px;” or whatever size you prefer.

    PS My name is Spencer also!

    Thread Starter spenceri

    (@spenceri)

    Spencer, that’s awesome! I don’t find too many Spencer’s out there. That helped tremendously…thanks!

    Yep!

    Thread Starter spenceri

    (@spenceri)

    You don’t happen to know how I could change the header font to move it higher do you? I want it on the forehead instead of covering the eyes.

    Any help would be greatly appreciated!

    https://thecompetentconservative.com

    Spencer

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Body Font to “Times” in Template’ is closed to new replies.