evertiro / historical-redux2

A simple, easily extendable options framework for WordPress based on NHP Theme Options Framework.
http://reduxframework.com
Other
105 stars 43 forks source link

Google web fonts api ! #108

Closed liebre closed 11 years ago

liebre commented 11 years ago

hey i have small problem to setup Google web fonts api !! the option is working but i can not see any effect at my "font-family" when i add link href='http://fonts.googleapis.com/css?family=<?php echo $options['google_webfonts_demo']; ?>' rel='stylesheet' type='text/css' /> to my header.php , and it working when i add for example link href='http://fonts.googleapis.com/css?family=Viga' rel='stylesheet' type='text/css' /> so ?!

hectorgarrofe commented 11 years ago

Take a look at my Issue: https://github.com/ghost1227/Redux-Framework/issues/81

Maybe it will help you. ;)

liebre commented 11 years ago

thx i saw your issue before i submit my issue , the all steps is working , just i cannot get the font source from google ?! i donot know are there is problem at my code ?! or what ?! and also what meaning with api ?! is it google development api ?! or just at my code .....link href='http://fonts.googleapis.com/css?family=<?php echo $options['google_webfonts_demo']; ?>' ?!!

liebre commented 11 years ago

Solved :+1: