Hi
I have managed to affect the size by adjusting the settings in font-awesome.css. Near the top is the section
[class^="icon-"]:before,
[class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
and I was able to set the font-size there. You may need to play around with the positioning of the icon afterwards by adjusting .page-header h1 i
in layout.css.