Viewing 7 replies - 1 through 7 (of 7 total)
  • You would need to add this to your theme’s stylesheet.

    Thread Starter filmguy

    (@filmguy)

    Add what?

    Thread Starter filmguy

    (@filmguy)

    Hi Esmi,

    I was not sure what you meant.

    Thanks ??

    You would need to add that font to the font-family list in your theme’s stylesheet.

    https://www.w3schools.com/css/css_font.asp

    Maybe something like..

    .post {
    	color: #D8D8D8;
    	font-size: 1.1em;
    	font-style: normal;
    	line-height: 1.63em;
    	font-family: verdana, arial, helvetica, sans-serif;
    }

    That’s the styling used on the site you linked to, and .post is the class your post articles have, assuming it’s the one in your profile you refer to.

    Thread Starter filmguy

    (@filmguy)

    I am confused…LOL, what else is new ??

    Is the font veranda, arial, helvetica, or san-serif?

    How would I make whatever font it is usable for my posts in my GameNow theme?

    Thanks so much.

    When specifying fonts, you always want to add more than one in case the viewer does not have the same fonts installed that you do. That is why there are 4 font names listed in the post above. In the above example, the first choice is verdana, so if the person viewing your site has verdana installed, their your site will be using the same fonts as the site you posted above.

    Copy the text exactly as posted by t31os_ into your styles.css

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can someone tell me how I can have my text like enclosed sample?’ is closed to new replies.