Big_
Legacy Member
Ik zou graag eens font-face gebruiken i.p.v google webfonts maar ik krijg hem niet werkend.
de font staat in mijn hoofdmap van de website, en ook in de map van windows, fonts.
@font-face {
font-family: finenessregular;
src: url(finenessregular.ttf);
}
.content_wrapper {
height: 320px;
width: 230px;
float: left;
margin-top: 20px;
margin-left: 20px;
color: #FFF;
font-size: 16px;
font-family: finenessregular;
}
hij detecteert deze helemaal niet..
de font staat in mijn hoofdmap van de website, en ook in de map van windows, fonts.
@font-face {
font-family: finenessregular;
src: url(finenessregular.ttf);
}
.content_wrapper {
height: 320px;
width: 230px;
float: left;
margin-top: 20px;
margin-left: 20px;
color: #FFF;
font-size: 16px;
font-family: finenessregular;
}
hij detecteert deze helemaal niet..