-
AuthorPosts
-
drc3 Friend
drc3
- Join date:
- July 2006
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 10
- Thanked:
- 3 times in 1 posts
June 17, 2013 at 12:22 pm #188283http://mvs005-002.directrouter.com/~griertwo/ is my test site. I have set in the template manager for the template every font descriptor to be for Verdana, Arial, Helvetica, sans-serif;. I have changed a few font-family to Verdana, Arial, Helvetica, sans-serif; in various css files.
I can not get the title for News and Events to look like Verdana nor can I make the links NATIONAL HONOR SOCIETY and HIGHER EDUCATION AT GRIER in the module look like Verdana.
Assistance appreciated. Thanks.
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 17, 2013 at 12:57 pm #496061Be careful with the css. It looks like you have made a mistake there somewhere by putting parenthesis wrongly.
- font-family: 'Verdana, Arial, Helvetica, sans-serif;';
}
should be
- font-family: Verdana, Arial, Helvetica, sans-serif;
}
Maybe that helps or style the titles directly in the module css.
1 user says Thank You to swissa for this useful post
drc3 Frienddrc3
- Join date:
- July 2006
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 10
- Thanked:
- 3 times in 1 posts
June 18, 2013 at 1:33 am #496104First, thanks so for the reply here. i can see that issue in firefox and other browser based tools, but I just can not locate in any file where that typo is. Some tools label the css as /*dynamic scc*/ some say its inline, etc. I just can not locate it in any fixed css file. I have triple checked my notes of changes and do not see this in the three files I modified.
Using chrome web tools I see the following which aparently relates to where the issue is. I did change the font style in the template profiles area but those look ok. I do not have any extra characters in there. I’ve cleared the JAT3 cache.
Where is /*dynamic css*/ in the following css being generated from? I see this using Chrome web tools.
<link rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Verdana,+Arial,+Helvetica,+sans-serif;:|++Verdana,+Arial,+Helvetica,+sans-serif;:&subset=” />
<style type=”text/css”>
/*dynamic css*/
body#bd,
div.logo-text h1 a,
div.ja-moduletable h3, div.moduletable h3,
div.ja-module h3, div.module h3,
h1.componentheading, .componentheading,
.contentheading,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’;}
div.logo-text h1, div.logo-text h1 a
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’;}
p.site-slogan
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’;}
#ja-splitmenu,
#jasdl-mainnav,
#ja-cssmenu li,
#ja-megamenu ul.level0
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’;}
#ja-subnav,
#jasdl-subnav,
#ja-cssmenu li li,
#ja-megamenu ul.level1
{font-family: ‘ Verdana, Arial, Helvetica, sans-serif;’;}
h1.componentheading, .componentheading
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’;}
.contentheading,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’; }
div.ja-moduletable h3, div.moduletable h3,
div.ja-module h3, div.module h3
{font-family: ‘Verdana, Arial, Helvetica, sans-serif;’;}body.bd .main {width: 980px;}
body.bd #ja-wrapper {min-width: 980px;}
</style></head>drc3 Frienddrc3
- Join date:
- July 2006
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 10
- Thanked:
- 3 times in 1 posts
June 18, 2013 at 10:59 am #496159I’m seeing my problem. First, as swisa says there’s an extra ‘;’ in the css descriptor. I did that unintentionally when adding in the template manager profile Google font setting like this.
Verdana, Arial, Helvetica, sans-serif;
See the ; at the end – I should not put it there.
The second issue is Google fonts do not support Verdana. So when I put Verdana in the Google font it can’t work because Google fonts do not have Verdana to use.
My client want Verdana, so I will need to find a solution to implement Verdana.
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 19, 2013 at 9:26 am #496261I have checked link on your site and seen: Verdana, Arial, Helvetica, sans-serif; is appearing on your site, see the screenshot
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
h3 – code looks like Verdana but display on page is not.
Viewing 5 posts - 1 through 5 (of 5 total)