Skip to content

Commit

Permalink
cleaned up stragglers from old app, add local font copies to improve …
Browse files Browse the repository at this point in the history
…load speeds
  • Loading branch information
ericyanush committed Mar 31, 2012
1 parent ad81cbb commit 942b9a5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CSS/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
font-family: 'Poiret One';
font-style: normal;
font-weight: 100;
src: local('Poiret One'), local('PoiretOne-Regular'), url('http://themes.googleusercontent.com/static/fonts/poiretone/v1/HrI4ZJpJ3Fh0wa5ofYMK8b3hpw3pgy2gAi-Ip7WPMi0.woff') format('woff');
src: local('Poiret One'), local('PoiretOne-Regular'), url('POIRET-REGULAR.woff') format('woff');
}

@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 400;
src: local('Comfortaa'), url('http://themes.googleusercontent.com/static/fonts/comfortaa/v3/qLBu5CQmSMt1H43OiWJ77bO3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
src: local('Comfortaa'), url('../Resources/COMFORTAA.woff') format('woff');
}

@font-face {
font-family: 'PT Mono';
font-style: normal;
font-weight: normal;
src: local('PT Mono'), local('PTMono-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptmono/v1/RTA0Dhj_HESY0h-ax44VkwLUuEpTyoUstqEm5AMlJo4.woff') format('woff');
src: local('PT Mono'), local('PTMono-Regular'), url('../Resources/PT_MONO.woff') format('woff');
}

body, form, ul, li, p, h1, h2, h3, h4, h5
Expand Down
Binary file added Resources/COMFORTAA.woff
Binary file not shown.
Binary file added Resources/POIRETONE-REGULAR.woff
Binary file not shown.
Binary file added Resources/PT-MONO.woff
Binary file not shown.
Binary file removed images/texture2.jpg
Binary file not shown.
Binary file removed images/texture3.jpg
Binary file not shown.

0 comments on commit 942b9a5

Please sign in to comment.