The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Google Font Issue - GStyle theme - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10) +--- Thread: Google Font Issue - GStyle theme (/showthread.php?tid=2417) |
Google Font Issue - GStyle theme - snooze - 2011-11-23 I'm not blaming GStyle here, just letting you know where I am working. In a previous post a user was advised to consult the Innovation theme to see how to set up Google Fonts. In GStyle, all template elements are contained with one file, whereas Innovation has a header.php, sidebar.php, etc. Again just pointing out differences, not blaming. To the point: All attempts to get any font to display fail. In the Firebug window, the tag for any font appears thus: Code: <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css"> Am I correct in assuming that the family argument would only appear as it does if the Google font repository were contacted? Seems generic; it does not change for any font. Wonder if Google has changed something? Thoughts? Google Font Issue - GStyle theme - m1k3y - 2011-11-24 did you correctly include the font like that: font-family: 'Open Sans Condensed', sans-serif; ? otherwise try the other methods to include the font (@import or via javascript) Google Font Issue - GStyle theme - Oleg06 - 2011-11-24 Opera Browser Not Available fonts are no connections Google Font Issue - GStyle theme - snooze - 2011-11-24 snooze Wrote:Seems generic; it does not change for any font. The font-family shows as indicated no matter what font is specified in the <link> tag and in the corresponding selector in the stylesheet. For example, if I specify a tag such as: Code: <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'> and specify the font in CSS, it does not change and Firebug shoes the code in the initial post no matter which font is specified. i tried about eight. Google Font Issue - GStyle theme - Connie - 2011-11-24 But you agree, that this is not a GetSimple problem? did you check the correct sequence of the css-links? 1) Link to the font 2) Link to the css which uses that font? Code: <link href="http://fonts.googleapis.com/css?family=Nunito:300,400,700&v1" rel="stylesheet" type="text/css" > works for me |