Custom fonts - clueless need help

I have added the below to the additional CSS area - but I do not know how to select the font for use - sorry really clueless here - please provide detail on how to make this work - I am bringing this over from a legacy website.

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/27bc8d");
@font-face {font-family: ‘FrutigerLTPro-Light’;src: url(‘webfonts/27BC8D_0_0.eot’);src: url(‘webfonts/27BC8D_0_0.eot?#iefix’) format(‘embedded-opentype’),url(‘webfonts/27BC8D_0_0.woff’) format(‘woff’),url(‘webfonts/27BC8D_0_0.ttf’) format(‘truetype’),url(‘webfonts/27BC8D_0_0.svg#wf’) format(‘svg’);}
@font-face {font-family: ‘FrutigerLTPro-Roman’;src: url(‘webfonts/27BC8D_1_0.eot’);src: url(‘webfonts/27BC8D_1_0.eot?#iefix’) format(‘embedded-opentype’),url(‘webfonts/27BC8D_1_0.woff’) format(‘woff’),url(‘webfonts/27BC8D_1_0.ttf’) format(‘truetype’),url(‘webfonts/27BC8D_1_0.svg#wf’) format(‘svg’);}
@font-face {font-family: ‘FrutigerLTPro-BoldItalic’;src: url(‘webfonts/27BC8D_2_0.eot’);src: url(‘webfonts/27BC8D_2_0.eot?#iefix’) format(‘embedded-opentype’),url(‘webfonts/27BC8D_2_0.woff’) format(‘woff’),url(‘webfonts/27BC8D_2_0.ttf’) format(‘truetype’),url(‘webfonts/27BC8D_2_0.svg#wf’) format(‘svg’);}
@font-face {font-family: ‘FrutigerLTPro-LightItalic’;src: url(‘webfonts/27BC8D_3_0.eot’);src: url(‘webfonts/27BC8D_3_0.eot?#iefix’) format(‘embedded-opentype’),url(‘webfonts/27BC8D_3_0.woff’) format(‘woff’),url(‘webfonts/27BC8D_3_0.ttf’) format(‘truetype’),url(‘webfonts/27BC8D_3_0.svg#wf’) format(‘svg’);}
@font-face {font-family: ‘FrutigerLTPro-Italic’;src: url(‘webfonts/27BC8D_4_0.eot’);src: url(‘webfonts/27BC8D_4_0.eot?#iefix’) format(‘embedded-opentype’),url(‘webfonts/27BC8D_4_0.woff’) format(‘woff’),url(‘webfonts/27BC8D_4_0.ttf’) format(‘truetype’),url(‘webfonts/27BC8D_4_0.svg#wf’) format(‘svg’);}
@font-face {font-family: ‘FrutigerLTPro-Bold’;src: url(‘webfonts/27BC8D_5_0.eot’);src: url(‘webfonts/27BC8D_5_0.eot?#iefix’) format(‘embedded-opentype’),url(‘webfonts/27BC8D_5_0.woff’) format(‘woff’),url(‘webfonts/27BC8D_5_0.ttf’) format(‘truetype’),url(‘webfonts/27BC8D_5_0.svg#wf’) format(‘svg’);}

you can close this ticket. I figured this out.

We’re glad you sorted it out.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.