Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Saxey

    (@jr00ck)

    Font Awesome itself doesn’t offer more size options so that functionality isn’t provided via a shortcode option. However, since these are just fonts, you can just use your own CSS (in your style.css or wherever you put any custom CSS for your site) to put whatever font size you like. For example, if you were wanting to make the WordPress icon bigger:

    HTML
    <i class="icon-wordpress"></i>

    CSS
    i.icon-wordpress { font-size: x-large; }

    Or you can specify the font-size with pixels or ems or anything you can do with standard CSS.

    Just make sure you are properly targeting your desired Font Icon in CSS so that it only applies to the specific Font Icon(s) you want.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Font size’ is closed to new replies.