KayZak / -Sharing-the-code-I-wrote

0 stars 1 forks source link

Calibri does not work in my browser... ;( #1

Closed cjduncana closed 8 years ago

cjduncana commented 8 years ago

Calibri did not render in my browser, so instead it decided to render the text in Times New Roman. To prevent this from happening, you can do any of the following:

  1. Use a Web Safe Font. All browsers come with them.
  2. In the font-family, list more than one font. In the case that your first-choice font fails, you can decide the font that functions as a fallback.
  3. Define the font as a @font-face. If you have the font file, you can add it to your project with this method.
  4. Import it from a service like Google Fonts. You will not have to worry about the hosting of the font file. Let others worry about that.
KayZak commented 8 years ago

kk