Skip to content

Commit

Permalink
Fix issue #47
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Jun 22, 2015
1 parent 487cebe commit 016bb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions css/docs.md-iconic-font.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'Material Design Iconic Font';
font-family: 'Material-Design-Iconic-Font';
src: url('../font/Material-Design-Iconic-Font.woff?v=2.0.0') format('woff'), url('../font/Material-Design-Iconic-Font.ttf?v=2.0.0') format('truetype');
font-weight: normal;
font-style: normal;
}
.zmdi {
display: inline-block;
font: normal normal normal 14px/1 'Material Design Iconic Font';
font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -7060,7 +7060,6 @@ pre.code .fnc span {
padding-bottom: 1px;
padding-left: 30px;
font-size: 12px;
font-weight: 400;
}
.bs-docs-sidebar .nav .nav > li > a:focus,
.bs-docs-sidebar .nav .nav > li > a:hover {
Expand Down
2 changes: 1 addition & 1 deletion css/docs.md-iconic-font.min.css

Large diffs are not rendered by default.

0 comments on commit 016bb2e

Please sign in to comment.