From 09ba859d9a6f95db49ef923395ea457b64439290 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 8 Jan 2016 17:42:32 -0800 Subject: Site design refresh part II: icon font 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. --- source/fonts/fontello.eot | Bin 0 -> 5152 bytes source/fonts/fontello.svg | 13 +++++++++++++ source/fonts/fontello.ttf | Bin 0 -> 4984 bytes source/fonts/fontello.woff | Bin 0 -> 2872 bytes 4 files changed, 13 insertions(+) create mode 100644 source/fonts/fontello.eot create mode 100644 source/fonts/fontello.svg create mode 100644 source/fonts/fontello.ttf create mode 100644 source/fonts/fontello.woff (limited to 'source/fonts') diff --git a/source/fonts/fontello.eot b/source/fonts/fontello.eot new file mode 100644 index 00000000..9f5d486b Binary files /dev/null and b/source/fonts/fontello.eot differ diff --git a/source/fonts/fontello.svg b/source/fonts/fontello.svg new file mode 100644 index 00000000..3ce4b9b1 --- /dev/null +++ b/source/fonts/fontello.svg @@ -0,0 +1,13 @@ + + + +Copyright (C) 2016 by original authors @ fontello.com + + + + + + + + + \ No newline at end of file diff --git a/source/fonts/fontello.ttf b/source/fonts/fontello.ttf new file mode 100644 index 00000000..4b372c14 Binary files /dev/null and b/source/fonts/fontello.ttf differ diff --git a/source/fonts/fontello.woff b/source/fonts/fontello.woff new file mode 100644 index 00000000..04b7ffcd Binary files /dev/null and b/source/fonts/fontello.woff differ -- cgit v1.2.1