I don't like that font, it's kinda hard to read.Good, because I was thinking about making all my posts that, like this one. Looks like it's all caps though. Probably won't. Kind of hard to see when it's small.
TEST, TEST, TEST
Lets see if this works.
Word, it does. It's webdings.
TEST, TEST, TEST
Can you guys see the second one?
Note that seeing the "text" and seeing the "font" are two different things. If the specified font is not installed on your computer, a default font will be displayed.Yep, I can see it
"The fonts listed in the drop-down menu are only suggestions, you can define whatever font you like in the BB code [FONT=""] tag."
"In other words, unless a font is installed by default in Windows, OS X, or popular Linux distributions, you should not use it."
You've gotta put in the correct name of the font. E.g, Times New Roman will be [FONT="Times New Roman] and Webdings will be [FONT="Webdings"]Test font below. Tell me if you can see it....
Nevermind, it's not.
~Turtle![]()
You can use @font-face to embed custom fonts on web pages in modern browsers, but to do so requires a publicly-hosted copy of the font's OTF or TTF file to be included in the page's CSS.Ah.. I thought you could just install them with a style-sheet. (I.E: @font-face)
I have used the vBulletin software before and remember that part but never took the time to see if you could further expand it.
You can use @font-face to embed custom fonts on web pages in modern browsers, but to do so requires a publicly-hosted copy of the font's OTF or TTF file to be included in the page's CSS.
@font-face{
font-family: 'Myriad Pro';
src: url('/wp-content/fonts/Myriad_Pro.eot');
src: url('/wp-content/fonts/Myriad_Pro.woff') format('woff'),
url('/wp-content/fonts/Myriad_Pro.ttf') format('truetype'),
url('/wp-content/fonts/Myriad_Pro.svg#webfont') format('svg');
}
Test, test, test
Wow that function is awesome.
Unfortunately, no. There's technical reasons for that, of course; embedded fonts can affect the loading and rendering speed of the page on different browsers.But would you allow suitable fonts to be added through CSS? If not that's cool.
JordanI cringe and hesitate to read some user's posts that are consistently formatted with poorly chosen fonts.