Skip to content

Commit

Permalink
do not transform case of icon fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-walter committed Sep 18, 2018
1 parent a71c09e commit 367d20a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,44 +99,51 @@ html.fontface .icon-conceptual:before {
font-family: 'EBI-Conceptual';
font-size: 138.5%;
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-functional,
html.fontface input.icon-functional,
html.fontface .icon-functional:before {
font-family: 'EBI-Functional';
content: attr(data-icon);
text-transform: none;
}
/*html.fontface .icon-static:before,*/ /* deprecated, included for back-compatibility */
html.fontface i.icon-generic,
html.fontface input.icon-generic,
html.fontface .icon-generic:before {
font-family: 'EBI-Generic';
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-species,
html.fontface input.icon-species,
html.fontface .icon-species:before {
font-family: 'EBI-Species';
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-socialmedia,
html.fontface input.icon-socialmedia,
html.fontface .icon-socialmedia:before {
font-family: 'EBI-SocialMedia';
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-fileformats,
html.fontface input.icon-fileformats,
html.fontface .icon-fileformats:before {
font-family: 'EBI-FileFormats';
font-size: 123.1%;
content: attr(data-icon);
text-transform: none;
}
html.fontface i.icon-chemistry,
html.fontface input.icon-chemistry,
html.fontface .icon-chemistry:before {
font-family: 'EBI-Chemistry';
content: attr(data-icon);
text-transform: none;
}

/* icon utility class */
Expand Down

0 comments on commit 367d20a

Please sign in to comment.