Skip to content

Commit

Permalink
Replaced with proper font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Olah committed May 19, 2014
1 parent 63424e2 commit 56f85d6
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 98 deletions.
14 changes: 7 additions & 7 deletions edited-style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@font-face {
font-family: 'icomoon';
src:url('/packages/percolate-icons/v1/fonts/icomoon.eot?9ja5j0');
src:url('/packages/percolate-icons/v1/fonts/icomoon.eot?#iefix9ja5j0') format('embedded-opentype'),
url('/packages/percolate-icons/v1/fonts/icomoon.woff?9ja5j0') format('woff'),
url('/packages/percolate-icons/v1/fonts/icomoon.ttf?9ja5j0') format('truetype'),
url('/packages/percolate-icons/v1/fonts/icomoon.svg?9ja5j0#icomoon') format('svg');
font-family: 'percolate';
src:url('/packages/percolate-icons/v1/fonts/percolate.eot?-csc3jg');
src:url('/packages/percolate-icons/v1/fonts/percolate.eot?#iefix-csc3jg') format('embedded-opentype'),
url('/packages/percolate-icons/v1/fonts/percolate.woff?-csc3jg') format('woff'),
url('/packages/percolate-icons/v1/fonts/percolate.ttf?-csc3jg') format('truetype'),
url('/packages/percolate-icons/v1/fonts/percolate.svg?-csc3jg#percolate') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
font-family: 'percolate';
speak: none;
font-style: normal;
font-weight: normal;
Expand Down
2 changes: 1 addition & 1 deletion v1/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;80)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> percolate <small class="fgc1">(Glyphs:&nbsp;80)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn bshadow fgc1">Grid Size: Unknown</h1>
Expand Down
Binary file renamed v1/fonts/icomoon.eot → v1/fonts/percolate.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion v1/fonts/icomoon.svg → v1/fonts/percolate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed v1/fonts/icomoon.ttf → v1/fonts/percolate.ttf
Binary file not shown.
Binary file renamed v1/fonts/icomoon.woff → v1/fonts/percolate.woff
Binary file not shown.
Loading

0 comments on commit 56f85d6

Please sign in to comment.