Thread: Embedding Fonts
View Single Post
  #4  
Old 08-21-2015, 08:31 PM
 
hartwellj hartwellj is offline
 

Senior Member
  
Join Date: Dec 2007
Posts: 137
 

Default Re: Embedding Fonts

Where should I apply my Font Face. I tried adding it to the Custom CSS, but it wouldn't work. I'm guessing I have to add it to the Styles Sheet?

My code looks like this:

@font-face {
font-family: 'HelveticaNeueLT-Light';
src: url('http://gospelkeyboard.com/fonts/2EFCBE_0_0.eot') format('eot');
url('http://gospelkeyboard.com/fonts/2EFCBE_0_0.eot?#iefix') format('embedded-opentype'),
url('http://gospelkeyboard.com/fonts/2EFCBE_0_0.woff2') format('woff2'),
url('http://gospelkeyboard.com/fonts/2EFCBE_0_0.woff') format('woff'),
url('http://gospelkeyboard.com/fonts/2EFCBE_0_0.ttf') format('truetype');
}
__________________
Version 5.2.10 - Live
Reply With Quote