@font-family doesn't seem to be working properly in css?
Page 1 of 1
@font-family doesn't seem to be working properly in css?
Hi, I had this code on my site for a while and it just recently stopped working. I found that the url was broken, so I replaced that with a new one that I verified works. Still, it doesn't appear that the font-family is working for one reason or another.
In CSS:
@font-face {
font-family: narutoFont;
src: url('http://www.fontsaddict.com/download/ninja-naruto.ttf');
format('truetype')
}
In Html:
<a "font-size: 400%; font-family: narutoFont; text-shadow: 2px 2px #FF0000;">
In CSS:
@font-face {
font-family: narutoFont;
src: url('http://www.fontsaddict.com/download/ninja-naruto.ttf');
format('truetype')
}
In Html:
<a "font-size: 400%; font-family: narutoFont; text-shadow: 2px 2px #FF0000;">
bmbmjmdm- Forumember
- Posts : 52
Reputation : 1
Language : English
Re: @font-family doesn't seem to be working properly in css?
Hey, try this.
- Code:
.font-face {
font-family: narutoFont; !important;
src: url(http://www.fontsaddict.com/download/ninja-naruto.ttf);
format(truetype);
}
Guest- Guest
Re: @font-family doesn't seem to be working properly in css?
Hi, thanks for the reply. Unfortunately it's still not working
bmbmjmdm- Forumember
- Posts : 52
Reputation : 1
Language : English
Re: @font-family doesn't seem to be working properly in css?
bmbmjmdm wrote:Hi, thanks for the reply. Unfortunately it's still not working
Okay, try this.
- Code:
@font-face {
font-family: narutoFont !important;
src: url(http://www.fontsaddict.com/download/ninja-naruto.ttf);
format(truetype)
}
Guest- Guest
Re: @font-family doesn't seem to be working properly in css?
Still nothing I'm afraid
bmbmjmdm- Forumember
- Posts : 52
Reputation : 1
Language : English
bmbmjmdm- Forumember
- Posts : 52
Reputation : 1
Language : English
bmbmjmdm- Forumember
- Posts : 52
Reputation : 1
Language : English
Similar topics
» How to change font size and family of topics titles
» Widget Not working properly.
» Domain not working properly
» Admin Panel not working properly
» Toolbar icons not working properly?
» Widget Not working properly.
» Domain not working properly
» Admin Panel not working properly
» Toolbar icons not working properly?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum