Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Embed Mensch; #517
Browse files Browse the repository at this point in the history
The Blanch font that was in the original comp is not fit for web use.
Let's try substituting Mensch.
  • Loading branch information
chadwhitacre committed Jan 29, 2013
1 parent 59f0828 commit 8267382
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 8 deletions.
2 changes: 1 addition & 1 deletion redesign/css/gittip.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions redesign/css/gittip.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
// Fonts
$Helvetica: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;

/*@font-face {*/
/*font-family: '';*/
/*src: url('/static/fonts/.eot');*/
/*src: url('/static/fonts/.eot?#iefix') format('embedded-opentype'),*/
/*url('/static/fonts/.woff') format('woff'),*/
/*url('/static/fonts/.ttf') format('truetype');*/
/*}*/
@font-face {
/* Props to http://www.fontsquirrel.com/ and http://www.losttype.com/. */
font-family: 'Mensch';
src: url('mensch.eot');
src: url('mensch.eot?#iefix') format('embedded-opentype'),
url('mensch.woff') format('woff'),
url('mensch.ttf') format('truetype'),
url('mensch.svg#Mensch') format('svg');
font-weight: normal;
font-style: normal;

}

// Mixins
@mixin border-radius($radius: 5px) {
Expand Down
Binary file added redesign/fonts/mensch.eot
Binary file not shown.
Loading

0 comments on commit 8267382

Please sign in to comment.