Hi, I’ve found a spot in the functions.php file of the Nelo Theme where links to Google Fonts are included. The Font I want to use, Open Sans, is not included in the theme by default. So, I wanted to try and add it to the functions.php file.
I’ve added a line that looks like this:
<?php } else if ($bodytype == “Open Sans, arial, serif”:wink:{ ?>
<link href=’http://fonts.googleapis.com/css?family=Open+Sans’ rel=’stylesheet’ type=’text/css’/>
In 3 different spots where Google Fonts are located. But Open Sans doesn’t appear in the drop down theme options. Am I doing this correctly?