Problemas para importar fonte
Boa tarde pessoal,
Estou com um problema, faço a importação da fonte, conforme código abaixo:
@font-face {
font-family: 'Regulator';
src: url('fonts/Regulator/regulatm.eot');
src: url('fonts/Regulator/regulatm?#iefix') format('embedded-opentype'),
url('fonts/Regulator/regulatm.svg#Locaweb-Icons') format('svg'),
url('fonts/Regulator/regulatm.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}/ NORMAL-ITALIC /
@font-face {
font-family: 'Regulator';
src: url('fonts/Regulator/regulatmi.eot');
src: url('fonts/Regulator/regulatmi?#iefix') format('embedded-opentype'),
url('fonts/Regulator/regulatmi.svg#Locaweb-Icons') format('svg'),
url('fonts/Regulator/regulatmi.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}/ LIGHT /
@font-face {
font-family: 'Regulator';
src: url('fonts/Regulator/regulatl.eot');
src: url('fonts/Regulator/regulatl?#iefix') format('embedded-opentype'),
url('fonts/Regulator/regulatl.svg#Locaweb-Icons') format('svg'),
url('fonts/Regulator/regulatl.ttf') format('truetype');
font-weight: lighter;
font-style: normal;
}/ LIGHT-ITALIC /
@font-face {
font-family: 'Regulator';
src: url('fonts/Regulator/regulatli.eot');
src: url('fonts/Regulator/regulatli?#iefix') format('embedded-opentype'),
url('fonts/Regulator/regulatli.svg#Locaweb-Icons') format('svg'),
url('fonts/Regulator/regulatli.ttf') format('truetype');
font-weight: lighter;
font-style: italic;
}/ BOLD /
@font-face {
font-family: 'Regulator';
src: url('fonts/Regulator/regulatb.eot');
src: url('fonts/Regulator/regulatb?#iefix') format('embedded-opentype'),
url('fonts/Regulator/regulatb.svg#Locaweb-Icons') format('svg'),
url('fonts/Regulator/regulatb.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}/ BOLD-ITALIC /
@font-face {
font-family: 'Regulator';
src: url('fonts/Regulator/regulatbi.eot');
src: url('fonts/Regulator/regulatbi?#iefix') format('embedded-opentype'),
url('fonts/Regulator/regulatbi.svg#Locaweb-Icons') format('svg'),
url('fonts/Regulator/regulatbi.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
Na hora da utilização, não consigo usar a fonte corretamente, coloco ela normal e aparece em negrito, já conferi os arquivos e estão corretos... Não sei mais o que fazer, alguma luz?
Discussão (2)
Carregando comentários...