Created
October 8, 2012 07:59
-
-
Save captn3m0/3851283 to your computer and use it in GitHub Desktop.
Fix Outlook.com fonts in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *{ | |
| 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