Skip to content

Commit

Permalink
[ADD]
Browse files Browse the repository at this point in the history
    - brasao Brasil icon
    - user-tie icon
    - profile icon
  • Loading branch information
isaac.santos committed Dec 9, 2016
1 parent b1f1d5c commit ac6c9cb
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 20 deletions.
29 changes: 18 additions & 11 deletions css/icon-tjdft.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts//ico-tjdft.eot?9slx85');
src: url('../fonts//ico-tjdft.eot?9slx85#iefix') format('embedded-opentype'),
url('../fonts//ico-tjdft.ttf?9slx85') format('truetype'),
url('../fonts//ico-tjdft.woff?9slx85') format('woff'),
url('../fonts//ico-tjdft.svg?9slx85#icomoon') format('svg');
src: url('../fonts//ico-tjdft.eot?bha9tu');
src: url('../fonts//ico-tjdft.eot?bha9tu#iefix') format('embedded-opentype'),
url('../fonts//ico-tjdft.ttf?bha9tu') format('truetype'),
url('../fonts//ico-tjdft.woff?bha9tu') format('woff'),
url('../fonts//ico-tjdft.svg?bha9tu#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
Expand All @@ -19,20 +18,28 @@
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-handshake:before {
.icon-brasao-republica-brasil:before {
content: "\e900";
}
.icon-pje:before {
.icon-handshake:before {
content: "\e901";
}
.icon-tjdft:before {
.icon-pje:before {
content: "\e902";
}
.icon-tjdft-box:before {
.icon-tjdft:before {
content: "\e903";
}
.icon-tjdft-box:before {
content: "\e904";
}
.icon-profile:before {
content: "\e99a";
}
.icon-user-tie:before {
content: "\e99b";
}
2 changes: 1 addition & 1 deletion dist/css/main.min.css

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

Binary file modified dist/fonts/ico-tjdft.eot
Binary file not shown.
11 changes: 7 additions & 4 deletions dist/fonts/ico-tjdft.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 modified dist/fonts/ico-tjdft.ttf
Binary file not shown.
Binary file modified dist/fonts/ico-tjdft.woff
Binary file not shown.
Binary file modified fonts/ico-tjdft.eot
Binary file not shown.
11 changes: 7 additions & 4 deletions fonts/ico-tjdft.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 modified fonts/ico-tjdft.ttf
Binary file not shown.
Binary file modified fonts/ico-tjdft.woff
Binary file not shown.

0 comments on commit ac6c9cb

Please sign in to comment.