From f035aacb35e26cac4186659c972ebf40e32ca2a2 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 26 Jul 2010 12:18:28 +0200 Subject: [PATCH] Added @font-face --- flask_website/listings/projects.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index 42968ddf..9c36b154 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -95,7 +95,12 @@ projects = {

Übersuggest is a free tool that exploit the Google suggest JSON API to get keyword ideas for your search marketing campaign (PPC or SEO). - ''', source='http://bitbucket.org/esaurito/ubersuggest') + ''', source='http://bitbucket.org/esaurito/ubersuggest'), + Project(u'@font-face { … }', 'http://fontface.kr/', u''' +

+ @font-face is a web font hosting service for Hangul + fonts. + ''') ] }