aboutsummaryrefslogtreecommitdiff
path: root/source/css/fonts.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove source/css/fonts.cssZhiming Wang2016-09-251-11/+0
| | | | Apparently I forgot to remove this one when merging CSS files.
* Site design refresh part III: nav, i.e. logoZhiming Wang2016-01-081-13/+0
| | | | | Surprisingly, a tweaked Arial isn't so bad. Saying goodbye to Open Sans, which was tweaked to minic Helvetica Neue in the first place.
* Site design refresh part II: icon fontZhiming Wang2016-01-081-62/+8
| | | | | | | | | | | | | | | | | | | | Use slimmed icon font packaged by http://fontello.com/. I only need two glyphs: RSS and CC. I ended up picking the glyphs from the Entypo v2.0 family (https://github.com/danielbruce/entypo), licensed under SIL. I actually like the Font Awesome glyphs slightly better, but fontello currently only supports FA v4.3.0, which doesn't include the circular CC glyph I need. Old web fonts are kept for now. They will be removed after a while. See \#9. Open Sans is still in place and will be addressed later when the logo is attacked. The entire fontello package I downloaded, including the license, will be added to this repo as source/fonts/fontello/ later when I have implemented an exclude list in pyblog to prevent the directory from being copied to the deployment tree.
* Self host webfontsZhiming Wang2015-09-051-0/+78
Sometimes (e.g., occasionally in China) Google/FontAwesome webfonts might not be available, rendering the whole site unusable.