Changing text size more than the basic h1-h5 settings?

Mr_Ritter
Mr_Ritter

I was just curious if there's a up to date way to change the font size aside from the h1-h5 style thats available in the basic area aside from Textiles since im not using that.

Comments

  • Mr_Ritter
    Mr_Ritter
    Posts: 5

    most of the answers to this seem to be out of date and don't work anymore.

  • Kallak
    Kallak
    Posts: 1,090

    While it doesn't do much for you right this second, getting help information, FAQs and the like updated is one of the projects that I'm working on attacking ATM. A large majority of the material out there is from the pre-reforge era, so hopefully the content that starts coming out will assist folks in need.

    All the best,
    - Kallak
  • cgregory
    cgregory
    Posts: 780

    Typically you could create your own classes that would mimic the h# but if you don't have access to css due to not having a ascendant account you can simply do inline styles using span or p.

     

    This is my <span style="font-size: 45px;">Big Word</span> in a sentence.

    <p style="font-size: 45px;">This is a big font paragraph.</p>

    They are among us!

    image

                       XCom: Defiance - Campaign of the Month November 2016

     

     

  • JaymesBolton
    JaymesBolton
    Posts: 278 edited April 2018

    You can also do it in CSS like so:

    /*  Font for Headers */

    h1 { font-family: 'Rye'; }

    h2 { font-family: 'Rye'; }

    h3 { font-family: 'Rye'; }

    h4 { font-family: 'Rye'; }

    h5 { font-family: 'Rye'; }

    h6 { font-family: 'Tangerine';  font-size: 35px; } 

     

     


    This would allow you to assign specific fonts and sizes to individual header buttons. 6 different options gives you a pretty decent amount of variety. Just make sure you add the google font to your site from the settings.
    Post edited by JaymesBolton on
  • Mr_Ritter
    Mr_Ritter
    Posts: 5

    Yeah the <p style="font-size: 4px;">This is a big font paragraph.</p> was exactly what i was looking for!

Sign In or Register to comment.

April 2024
Season of Strife

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions