Pointing to a custom font file not working
Hi all,
I have a landing page that needs a custom font. The font file is situated in the "Images and Files" section of Marketo here.
I reference this file with my on-page CSS:
@font-face {
font-family: 'AvenirNextLTPro-Regular';
src: url('k2nelanding.k2.com/rs/558-ODB-376/images/AvenirNextLTPro-Regular.woff') format('woff'),
url('k2nelanding.k2.com/rs/558-ODB-376/images/AvenirNext-Regular.ttf') format('truetype');
}
body {
font-family:AvenirNextLTPro-Regular;
}
This is not working. As you can see I reference .ttf file too but I don't see any change in font.
Can somebody shed some light on this matter please?