Website problem

I promised my sister I would help make her a website she needs for college. Most of it I can do with the rudimentary knowledge of website coding I have left, but she wants to use a font she bought online. I know how to change the font, but will it work without js or cs (which i totally forgot how to use) if the font isnt installed on people's pc? Also, couldn't seem to find how to remove the line under a hyperlink.

Thanks in advance!
Comments
23
if you take the "ro" out of your name , your nick would be "cock"

XDDDDDDD tehee. xDDDDDD
nope. it would be cok
Parent
in the css:

@font-face {
font-family: “blablabla”;
src: url(http://blablablalinktoyourfont.otf)
format(”opentype”);
}

a:hover { text-decoration: none; } <--- No line
Ooh so that's how @font-face works. I always wanted to check this out but never had the motivation to do so. D:
Parent
So that command will just add the font?
Parent
pfff kzal der wel wa mee spele, teveel tekst voor iets dak ff snel voor iemand anders moet doen :P
Parent
Do note IE only supports the .eot format, which other browsers don't support.
In other words, all browsers except IE support @font-face as it should be.
Parent
AnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymous
AnonymousTurkey----------Turkey--TurkeyTurkeyTurkey--TurkeyTurkey-------TurkeyTurkeyTurkey--TurkeyTurkey-----Anonymous
AnonymousTurkey------Turkey------TurkeyTurkeyTurkey--Turkey----Turkey---Turkey-----Turkey--Turkey----Turkey-Anonymous
AnonymousTurkey---Turkey---------Turkey------------Turkey-----Turkey--TurkeyTurkeyTurkey--Turkey-----TurkeyAnonymous
AnonymousTurkeyTurkey------------TurkeyTurkeyTurkey--TurkeyTurkey-------TurkeyTurkeyTurkey--TurkeyTurkey-----Anonymous
AnonymousTurkey---Turkey---------Turkey------------Turkey-----Turkey--Turkey-----Turkey--Turkey-----TurkeyAnonymous
AnonymousTurkey------Turkey------TurkeyTurkeyTurkey--Turkey----Turkey---Turkey-----Turkey--Turkey----Turkey-Anonymous
AnonymousTurkey----------Turkey--TurkeyTurkeyTurkey--TurkeyTurkey-------Turkey-----Turkey--TurkeyTurkey-----Anonymous
AnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymousAnonymous
i read die, razzah, die.
cant be true but dunno why
Parent
seriously, stop posting this shit
Parent
Yes it will work if people have the font installed.
And what Rafiki said, although you probably want to use just "a" and not "a:hover".
If all fails, you could creat the text with the font u want, then take a print screen and use that .. so if the other pc doesn't have the font, it won't matter because it's a pic.
play gta
Back to top