css - How to change font family using adf -
I use this to call news fonts on my page, but not the result. Why? This font is not present for the default. I downloaded and inserted my font into the font folder in my skin.
@ font-face {font-family: 'akzidenzgrotescregular'; Src: url ('font / axidase-grotech (r) extended regular' ttf 'format (' true type '); Font style: normal; } @ Font-face {font-family: 'kalvik regular'; Src: url ('font / caltic-regular-webfonts.tff') format ('true type'); Font style: normal; } @ Font-face {font-family: 'KlavikaBold'; Src: url ('font / caltic-bold- webfonts.tff') format ('true type'); Font style: normal; }
I used it in some projects:
.AFDefaultFont: alias, body {font-family: comic sans, Tahoma, without-serif! Important; Font-size: 14px! Important; }
Comments
Post a Comment