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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -