Trying to get the font-face to work but can't seem to change the font family. This is what I have. I downloaded panton as a folder and transferred four files into assests/fonts but it still doesn't show up? Thanks in advance
@font-face {
font-family: 'panton';
src: url('assests/fonts/Panton-BlackCaps.otf'); /* IE9 Compat Modes */
src: url('assests/fonts/Panton-BlackitalicCaps.otf') format('embedded-opentype'), /* IE6-IE8 */
url('assests/fonts/Panton-LightCaps.otf') format('woff2'), /* Super Modern Browsers */
url('assests/fonts/Panton-LightitalicCaps.otf') format('woff'), /* Pretty Modern Browsers */
}