mumble-voip / mumble-theme

A simple and modern Mumble theme.
The Unlicense
32 stars 20 forks source link

Fonts and font sizes on OS X #3

Closed mkrautz closed 8 years ago

mkrautz commented 9 years ago

The fonts and font sizes need an overhaul for OS X.

We probably want to use the system font to fit in better -- unless we want to use the same Free font on all systems? @xPoke?

We probably want something like

font-family: ".SFNSDisplay-Regular", HelveticaNeue, LucidaGrande;

for OS X. (Per http://furbo.org/2015/07/09/i-left-my-system-fonts-in-san-francisco/)

For font sizes, we probably want something like this:

http://apple.stackexchange.com/questions/20898/what-is-mac-os-x-lions-finder-font/20910#20910

For reference, right now things look like this:

image

image

mkrautz commented 9 years ago

Assigning myself as I'm probably going to be fixing this by tinkering... :-)

xpoke commented 9 years ago

Go for it! But make sure any changes for OSX are in the OSX source :) My osx vm is out of whack anyway. This should also be tested on retina/non retina, i'm pretty sure the dpi is drastically different. Retina takes priority obviously.

xpoke commented 8 years ago

Is this now resolved after adding OSX specific font sizes?

mkrautz commented 8 years ago

Yes.