Skip to content

Instantly share code, notes, and snippets.

@captn3m0
Created October 8, 2012 07:59
Show Gist options
  • Select an option

  • Save captn3m0/3851283 to your computer and use it in GitHub Desktop.

Select an option

Save captn3m0/3851283 to your computer and use it in GitHub Desktop.
Fix Outlook.com fonts in linux
*{
font-family: "Seogue UI","Ubuntu","Droid Sans","Helvetica" !important;
}
.Snippet, .ExternalClass{
font-family: "Seogue UI","Ubuntu","Droid Sans","Helvetica" !important;
}
/** outlook.com uses calibri, which might be missing, and even if present, faces lots of rendering problems
* This fixes it by replacing it with Segoe UI & the rest of stack
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment