Font issue when printing out article

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Feb 23, 2011 5:10 pm
If I click on the print-icon in the frontend a pop-up appears with the text. But this pop-up shows not the font the frontend article has. It shows the text in Times-font.

What to change/fix that the pop-up shows the standard font like Arial used in the article?
User avatar
Senior Boarder

Konrad M
Thu Feb 24, 2011 7:28 am
Hi,
Try in template.css add in to
Code: Select all
body {
background:none repeat scroll 0 0 #F4F2EF;
line-height:1.7;
}

font-family value
User avatar

GK User
Fri Feb 25, 2011 8:57 am
Hi,

thanks, but I don't understand what exactly you mean. Where in template.css what to add or what to change? Thanks.
User avatar
Senior Boarder

Konrad M
Fri Feb 25, 2011 9:02 am
Hi
Change this
Code: Select all
body {
background:none repeat scroll 0 0 #F4F2EF;
line-height:1.7;
}

for this
Code: Select all
body {
background:none repeat scroll 0 0 #F4F2EF;
font-family:Arial;//here set fot name you wish
line-height:1.7;
}

User avatar

GK User
Fri Feb 25, 2011 9:12 am
Hi,

thanks, now I understand. My css looked a little bit different, but now it works.
User avatar
Senior Boarder

Konrad M
Fri Feb 25, 2011 9:14 am
Great :) I glad I help
User avatar

GK User
Fri Feb 25, 2011 9:17 am
Do you know how to fix another css issue in gk_tab? I've set tabs to articles. In these articles I have used align full and a few words are marked as bold. But gk_tab does not recognize these settings and displays an article within the tab as regular plain text.

Same to images, the bordner isn't there.
User avatar
Senior Boarder

Konrad M
Fri Feb 25, 2011 10:19 am
Can You give us url to your site ?
User avatar

GK User
Fri Feb 25, 2011 10:20 am
Can I PM it to you? It is a non-public working site.
User avatar
Senior Boarder

Konrad M
Fri Feb 25, 2011 10:25 am
Yes, send it to [email protected]
User avatar

Konrad M
Fri Feb 25, 2011 11:08 am
Hi I checked your site and for image border add to override.
Code: Select all
.gk_tab_news_image {
border:1px solid #eeee; //it's only sample
}
User avatar

GK User
Fri Feb 25, 2011 2:27 pm
I've assigned this rule to the override.css, no result. Any other settings to do? Use override.css is enabled in template settings.
User avatar
Senior Boarder

GK User
Mon Feb 28, 2011 8:55 am
I solved it in this way that I did not assign the gk_tabs to the articles, instead I have to copy all article content into the xhtml-setting of gk_tab.
User avatar
Senior Boarder


cron