Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Regarding the font type in css.. View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 1/27/2012 5:57:29 AM
   
Regarding the font type in css..
Hii,

I want to use in css following font, please guide me how can I use in kentico, In html following code is working.

But no idea how to do in kentico, please guide me..

font:19px "Avenir 85 Heavy";

Thanks
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_janh - 1/30/2012 2:23:01 AM
   
RE:Regarding the font type in css..
Hello,

Please open your site stylesheet (Site Manager ->Development -> CSS Stylsheets) and add or change following definition of a body element:

body, form
{
background-color: #ffffff;
font-size: 19px;
font-family: "Avenir 85 Heavy";

margin: 0px;
padding: 0px;
}


Best regards,
Jan Hermann