Re: [Theme] Lazy Day
Reply #17 –
@Spuds , which font did you use on this theme ?
This one uses google Open Sans webfonts, if you look in its index.template you will find
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic" rel="stylesheet" type="text/css">';
which are the standard, demi-bold and bold fonts + italic variations.
Where is fa icons present, i want to change few fa icons in post section.
And in the footer i need a facebook fa icon, i tried this http://www.ElkArte.net/community/index.php?topic=2386.msg15693#msg15693 but it shows an error
You will have to look in the CSS, search for "font-family: 'FontAwesome';" those will have a content: tag like content: "\f05a"; you will find the content code for the icons from font awesomes website.
I've fix a few things over the last couple of days on this theme and pushed a couple of updates as well.