]> git.xonotic.org Git - xonotic/xonstat.git/commit
Merge branch 'sev/xolonium4' into 'master'
authorAnt Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 00:52:48 +0000 (00:52 +0000)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 00:52:48 +0000 (00:52 +0000)
commit389887d4b6f117ac778dc54b9345fe584e7a29f4
treed736603f678345ba453baeb54ec5fc16d21ee2df
parent7651aae47d770b46b761aefcedc31b6d83b0f930
parent3c59b4bb026b7b1ae70f2520663860e994162988
Merge branch 'sev/xolonium4' into 'master'

Update Xolonium webfonts

This branch updates the webfonts to [Xolonium 4.0](https://fontlibrary.org/en/font/xolonium).

Note that I have deleted the .svg format, because it is [deprecated](http://caniuse.com/svg-fonts).
In return, I have added the new .woff2 format, which offers better compression.

Also note that I have removed Arial and Helvetica as fallbacks, resulting in:
`font-family:Xolonium,sans-serif;`
I consider this preferable, because it falls back to the default sans-serif font,
which should be the "best" font as determined by the system or the user.
I can change it back if desired.

See merge request !4