Is there a legal way for me to embed the Calibri font into a website for non Windows Vista/7 visitors? [closed]

StackOverflow https://stackoverflow.com/questions/2529866

  •  22-09-2019
  •  | 
  •  

Question

I would like to use Calibri for my website.

I would like to use the Calibri font for my website even when the visitor does not have the font installed (ie. non Windows Vista/7 visitors).

Does Microsoft allow embedding of the Calibri font into a Web Site?

If so, what technology do they allow this? EOT?

Thanks.

Was it helpful?

Solution

You might want to check this discussion at http://www.mobileread.com/forums/showthread.php?t=63055

I would just put Calibri in the CSS followed by the fonts that match Calibri the closest. For example:

font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;

Your website will then take the best available font.

Depending on the type of visitors your website is meant for most visitors should have Windows Vista or Windows 7 and thus have the Calibri font available for viewing your website.

OTHER TIPS

Somehow, Google has Calibri and Cambria in their directory. You might be able to use it through their link:

Calibrihttps://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic

Cambriahttps://fonts.googleapis.com/css?family=Cambria:400,700,400italic,700italic

Calibri is available as a web font from several provider:

http://www.fonts.com/font/microsoft-corporation/calibri?QueryFontType=Web#buying-options

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top