diff options
| author | fredericsureau <frederic.sureau@gmail.com> | 2012-02-15 07:03:39 -0800 |
|---|---|---|
| committer | fredericsureau <frederic.sureau@gmail.com> | 2012-02-15 07:03:39 -0800 |
| commit | c981002796584956e853062d23a208440837ae5a (patch) | |
| tree | 66a36a3f84b4814dd98cc319ea5c0e6276dcff13 /budget/static/fonts/fontfaces.css | |
| parent | adfa5f9263460fcdff23166a0bba34e277ea1fab (diff) | |
| parent | bd1b0aaff3cabef1140646c75bf3476144c58c71 (diff) | |
| download | ihatemoney-mirror-c981002796584956e853062d23a208440837ae5a.zip ihatemoney-mirror-c981002796584956e853062d23a208440837ae5a.tar.gz ihatemoney-mirror-c981002796584956e853062d23a208440837ae5a.tar.bz2 | |
Merge pull request #78 from Glandos/master
Get rid of Google dependency for fonts and warn about access code
Diffstat (limited to 'budget/static/fonts/fontfaces.css')
| -rw-r--r-- | budget/static/fonts/fontfaces.css | 26 |
1 files changed, 26 insertions, 0 deletions
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; + +} + |
