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. --- templates/template.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/template.html') diff --git a/templates/template.html b/templates/template.html index 8ac8a2ef..a42df254 100644 --- a/templates/template.html +++ b/templates/template.html @@ -13,7 +13,6 @@ $endif$ - @@ -55,7 +54,7 @@ $if(updated)$ $endif$ - + Zhiming Wang -- cgit v1.2.1