Home > Font Info > Webfonts

What is the difference between a Desktop-Font and a Web-Font?

A desktop font is designed to be installed on your computer for use with applications such as Microsoft Word or Adobe InDesign. Desktop fonts often have special OpenType features that give the user flexibility in designing with them. Webfonts are for one specific domain and will be delivered in Webfont formats WOFF, WOFF2 and TTF. EOT and SVG are obsolete and will only be made available on request.

 


A small test to document the web suitability of your browser: (with special thanks to Andreas Seidel)
If you see .ttf or .woff2 or .woff or .eot or .svgz or .svg supported picture above, your browser supports WebFonts in principle and you will see what taste your browser prefers. If you only see one dot, your browser cannot integrate WebFonts or if this option is deactivated in the browser. Then you won't see any fonts on my website - which would be a pity...

A webfont is a specially tuned font for use on websites using the CSS @font-face declaration. The PreussType-WebFonts have no OpenType features and often have extraneous glyphs removed (especially in default WebFonts [e.g. PreussType [STD] fonts).

 

The single license of PreussType Webfonts costs so as much as a normal PreussType [STD font].
The Webfont license is issued on a specific domain and unlimited access.

 

A webfont comes in different flavors. A WOFF file (for all newer browsers), an WOFF2 file (for all recent and future browsers) and an TTF file (for Microsoft-Browser above IE8, Android, iOS ...). Each one is designed to target different browsers. You will need all files when using webfonts to build a website. If you need for your Web presence Webfonts with extensions with OpenType features and/or other languages, don't be shy please, to get in contact with us. I am the specialist...

Our web font license does not allow you to use other font formats besides those offered by us. Font replacement techniques such as Cufon or typeface.js are also not allowed.

 

PreussType web fonts are NOT licensed for desktop use; they are only licensed for hosting on your web server.

 

Installing Webfonts

1. Include the webfont stylesheet

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:


@font-face {
    font-family:"MyWebfont";
    src:url("MyWebfont.woff2") format("woff2"),      /* Modern and future Browsers */
        url("MyWebfont.woff")  format("woff"),       /* Newer Browsers */
        url("MyWebfont.ttf")   format("truetype");   /* IE 9+, Android, Safari, iOS */
}

EOT and SVG are obsolete and are no longer supported by us. If you still need these formats, please contact us.

2. Modify your own stylesheet

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:


p { font-family: 'MyWebfont', Arial, sans-serif; }

3. Test

Getting webfonts to work cross-browser can be tricky. Use the information in the bottom to help you if you find that fonts aren't loading in a particular browser.


Troubleshooting - Font-Face Problems

Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.

Fonts not showing in any browser

This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.

Fonts not loading in iPhone or iPad

The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.

Fonts not loading in Firefox

The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)

Fonts not loading in IE

Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.

Fonts not loading in IE

IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.

 

Language Support

The subset of PreussType STD-Fonts in this kit supports the following languages:
Afrikaans, Albanian, On, Basque, Bemba, Bena, Chiga, Congo Swahili, Danish, German, English, Estonian, Faroese, Filipino, Finnish, French, Galician, Gusii, Indonesian, Irish, Icelandic, Italian, Kabuverdianu, Kalenjin , Cornish, Luo-language Machame, Makhuwa-Meetto, Makonde, Malagasy, Malay, Manx, Mauritian Creole, Dutch, Northern Ndebele, Norwegian Bokmål, Norwegian Nynorsk, Nyankole, Olulujia, Oromo, Portuguese, Romansh, Rombo , Kinyarwanda, Rundi, Rwa, Samburu, Sango, Sangu, Swedish, Swiss German, Sena, Shambala, Shona, Soga, Somali, Spanish, Swahili, Taita, Teso, Vunjo, Zulu

Glyph Chart

The PreussType STD-Fonts includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout. Further details into the PDF specification.

 

 

!

!

"

"

#

#

$

$

%

%

&

&

'

'

(

(

)

)

*

*

+

+

,

,

-

-

.

.

/

/

0

0

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

:

:

&#59;

;

<

<

&#61;

=

&#62;

>

&#63;

?

&#64;

@

&#65;

A

&#66;

B

&#67;

C

&#68;

D

&#69;

E

&#70;

F

&#71;

G

&#72;

H

&#73;

I

&#74;

J

&#75;

K

&#76;

L

&#77;

M

&#78;

N

&#79;

O

&#80;

P

&#81;

Q

&#82;

R

&#83;

S

&#84;

T

&#85;

U

&#86;

V

&#87;

W

&#88;

X

&#89;

Y

&#90;

Z

&#91;

[

&#92;

\

&#93;

]

&#94;

^

&#95;

_

&#96;

`

&#97;

a

&#98;

b

&#99;

c

&#100;

d

&#101;

e

&#102;

f

&#103;

g

&#104;

h

&#105;

i

&#106;

j

&#107;

k

&#108;

l

&#109;

m

&#110;

n

&#111;

o

&#112;

p

&#113;

q

&#114;

r

&#115;

s

&#116;

t

&#117;

u

&#118;

v

&#119;

w

&#120;

x

&#121;

y

&#122;

z

&#123;

{

&#124;

|

&#125;

}

&#126;

~

&#161;

¡

&#162;

¢

&#163;

£

&#164;

¤

&#165;

¥

&#166;

¦

&#167;

§

&#168;

¨

&#169;

©

&#170;

ª

&#171;

«

&#172;

¬

&#174;

®

&#175;

¯

&#176;

°

&#177;

±

&#178;

²

&#179;

³

&#180;

´

&#181;

µ

&#182;

&#183;

·

&#184;

¸

&#185;

¹

&#186;

º

&#187;

»

&#188;

¼

&#189;

½

&#190;

¾

&#191;

¿

&#192;

À

&#193;

Á

&#194;

Â

&#195;

Ã

&#196;

Ä

&#197;

Å

&#198;

Æ

&#199;

Ç

&#200;

È

&#201;

É

&#202;

Ê

&#203;

Ë

&#204;

Ì

&#205;

Í

&#206;

Î

&#207;

Ï

&#208;

Ð

&#209;

Ñ

&#210;

Ò

&#211;

Ó

&#212;

Ô

&#213;

Õ

&#214;

Ö

&#215;

×

&#216;

Ø

&#217;

Ù

&#218;

Ú

&#219;

Û

&#220;

Ü

&#221;

Ý

&#222;

Þ

&#223;

ß

&#224;

à

&#225;

á

&#226;

â

&#227;

ã

&#228;

ä

&#229;

å

&#230;

æ

&#231;

ç

&#232;

è

&#233;

é

&#234;

ê

&#235;

ë

&#236;

ì

&#237;

í

&#238;

î

&#239;

ï

&#240;

ð

&#241;

ñ

&#242;

ò

&#243;

ó

&#244;

ô

&#245;

õ

&#246;

ö

&#247;

÷

&#248;

ø

&#249;

ù

&#250;

ú

&#251;

û

&#252;

ü

&#253;

ý

&#254;

þ

&#255;

ÿ

&#338;

Œ

&#339;

œ

&#376;

Ÿ

&#710;

ˆ

&#732;

˜

&#8210;

&#8211;

&#8212;

&#8216;

&#8217;

&#8218;

&#8220;

&#8221;

&#8222;

&#8226;

&#8230;

&#8249;

&#8250;

&#8364;

&#8482;

&#64257;

&#64258;