Will CSS3 @font-face not work with copyrighted or certain fonts?

Try using " (double quotes) not ' (single quotes).

Up vote 0 down vote favorite share g+ share fb share tw.

I am having an issue trying to get @font-face to render fonts here. I can't seem to get it to work with Segoe (the font on WP7). The code looks correct, and I am using the latest version of Safari.

I know its a copyrighted font, and it is just being used for a personal project, but I cant seem to get it to work. Can anyone help or have any suggestions? @font-face { font-family: segoe; src: url('../font/segoe.

Ttf'); format: 'truetype'; } p{ font-family: segoe; } testing to see if this font will render html css css3 fonts font-face link|improve this question edited Dec 27 '11 at 6:58ThinkingStiff4,6574932 asked Dec 27 '11 at 6:17mcbeav1,1231619 99% accept rate.

– Jordan Dec 27 '11 at 6:18 its just single quotes. Ill fix that. – mcbeav Dec 27 '11 at 6:19.

Try using " (double quotes) not ' (single quotes). @font-face { font-family: segoe; src: url("../font/segoe. Ttf"); format: "truetype"; } p{ font-family: segoe; } testing to see if this font will render.

That actually worked. That is really strange. I have been having this problem for a long time and gave up on @font-face.

Guess the browser is a bit finicky. Thanks so much for the help! – mcbeav Dec 27 '11 at 6:22 1 @mcbeav cool mark it as answer if that worked, normally I don't use custom fonts as most user won't have them.

If you want custom fonts that will work for every one then google.com/webfonts is a good option. – Dominic Green Dec 27 '11 at 6:24 1 You shouldn't need any quotation marks at all, FWIW; the parentheses already delimit the value. Similarly you shouldn't need to specify the format.

As for the actual question: the only problem with using copyrighted media is that someone might come along some day and yell at you for having done so. – reisio Dec 27 '11 at 7:08 thanks, sorry it makes you wait so many minutes and I just haven't had a chance to jump back on, thanks again for the help. – mcbeav Dec 27 '11 at 5:03.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions