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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -