From e1ca284d846d3c4913c7f487738965fccbecc119 Mon Sep 17 00:00:00 2001 From: Adrien CLERC Date: Thu, 9 Feb 2012 23:01:28 +0100 Subject: Add font generated from FontSquirrel. The CSS have been slightly modified. --- budget/static/fonts/fontfaces.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 budget/static/fonts/fontfaces.css (limited to 'budget/static/fonts/fontfaces.css') diff --git a/budget/static/fonts/fontfaces.css b/budget/static/fonts/fontfaces.css new file mode 100644 index 0000000..c872f38 --- /dev/null +++ b/budget/static/fonts/fontfaces.css @@ -0,0 +1,26 @@ +/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 9, 2012 */ + + + +@font-face { + font-family: 'Comfortaa'; + src: url('comfortaa-regular-webfont.eot'); + src: url('comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'), + url('comfortaa-regular-webfont.woff') format('woff'), + url('comfortaa-regular-webfont.svg#ComfortaaRegular') format('svg'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: 'Lobster'; + src: url('lobster-webfont.eot'); + src: url('lobster-webfont.eot?#iefix') format('embedded-opentype'), + url('lobster-webfont.woff') format('woff'), + url('lobster-webfont.svg#Lobster1.4Regular') format('svg'); + font-weight: normal; + font-style: normal; + +} + -- cgit v1.1