Skip to content
Snippets Groups Projects
Commit c1378096 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Compatibility with old font icon method

parent ade5cac8
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,9 @@ html.fontface .icon {
font-style: normal;
text-rendering: optimizeLegibility !important;
}
html.fontface .icon:before {
padding-right: .25rem;
}
html.fontface .icon-conceptual,
html.fontface .icon-conceptual:before {
font-family: 'EBI-Conceptual';
......@@ -168,3 +171,22 @@ html.fontface .icon-s12:before { color: #21759b; } /* Wordpress */
html.fontface .icon-s13:before { color: #fa9b39; } /* RSS */
/* Compatibility with legacy compliance theme.
RWD framework now uses i.icon-functionality spec. */
html.fontface a.icon-conceptual,
html.fontface a.icon-functional,
html.fontface a.icon-species,
html.fontface a.socialmedia,
html.fontface a.icon-chemistry,
html.fontface a.icon-fileformats,
html.fontface a.icon-generic,
html.fontface h3.icon-conceptual,
html.fontface h3.icon-functional,
html.fontface h3.icon-species,
html.fontface h3.socialmedia,
html.fontface h3.icon-chemistry,
html.fontface h3.icon-fileformats,
html.fontface h3.icon-generic { font-family: 'helvetica', sans-serif; }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment