I want Gotham font family on my site, and i added it via
/* Gotham Font */
@font-face {
font-family:‘Gotham’;
src: url(‘https://toothctemplate.wpengine.com/fonts/webfont.eot’);
src: url(‘https://toothctemplate.wpengine.com/fonts/webfont.eot?#iefix’) format(‘embedded-opentype’),
url(‘https://toothctemplate.wpengine.com/fonts/webfont.woff’) format(‘woff’),
url(‘https://toothctemplate.wpengine.com/fonts/webfont.ttf’) format(‘truetype’),
url(‘https://toothctemplate.wpengine.com/fonts/webfont.svg#webfontitalic’) format(‘svg’);
font-weight: normal;
font-style: normal;
font-weight: 300 !important;
}
div {
font-family:‘Gotham’;
}
in the theme options css, it worked on that computer, but didn’t work on other computers. Also it only picked up one weight, i want the entire font famlily. Is there a way that i can import to the site.