Use custom icon font for a cleaner design
This commit is contained in:
parent
45d88da3d9
commit
768ec3632f
12 changed files with 192 additions and 49 deletions
53
public/css/fontello.css
vendored
Normal file
53
public/css/fontello.css
vendored
Normal file
|
@ -0,0 +1,53 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('/fonts/fontello.eot?39973630');
|
||||
src: url('/fonts/fontello.eot?39973630#iefix') format('embedded-opentype'),
|
||||
url('/fonts/fontello.woff2?39973630') format('woff2'),
|
||||
url('/fonts/fontello.woff?39973630') format('woff'),
|
||||
url('/fonts/fontello.ttf?39973630') format('truetype'),
|
||||
url('/fonts/fontello.svg?39973630#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
/* Font smoothing. That was taken from TWBS */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-help-circled:before { content: '\e800'; } /* '' */
|
||||
.icon-attention:before { content: '\e801'; } /* '' */
|
||||
.icon-comment:before { content: '\e802'; } /* '' */
|
||||
.icon-ok:before { content: '\e803'; } /* '' */
|
||||
.icon-link:before { content: '\e805'; } /* '' */
|
||||
.icon-calendar:before { content: '\e806'; } /* '' */
|
||||
.icon-location:before { content: '\e807'; } /* '' */
|
||||
.icon-down-open-1:before { content: '\e808'; } /* '' */
|
||||
.icon-picture-1:before { content: '\e809'; } /* '' */
|
||||
.icon-lock-circled:before { content: '\e80a'; } /* '' */
|
||||
.icon-down-open:before { content: '\e80b'; } /* '' */
|
||||
.icon-info-circled:before { content: '\e80c'; } /* '' */
|
||||
.icon-retweet-1:before { content: '\e80d'; } /* '' */
|
||||
.icon-search:before { content: '\e80e'; } /* '' */
|
||||
.icon-pin:before { content: '\e80f'; } /* '' */
|
||||
.icon-ok-circled:before { content: '\e810'; } /* '' */
|
||||
.icon-cog-2:before { content: '\e812'; } /* '' */
|
||||
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
|
1111
public/css/style.css
Normal file
1111
public/css/style.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue