Icons Pixeden disappearing when willing to change font type.
There was a solution implemented on our site sji-basisschool.be to use the Pixeden icons in a submenu.
We have changed the font type.
In the head section we have implemented next mentioned code. A printout can be found in the uploaded attachments with extension head_section.
<link rel="stylesheet" href="images/pe-icon-7-stroke/css/pe-icon-7-stroke.css">
<!-- Optional - Adds useful class to manipulate icon font display -->
<link rel="stylesheet" href="images/pe-icon-7-stroke/css/helper.css">
Also in the custom CSS code we have implemented next mentioned CSS code:
[class^="pe-7s-"], [class*=" pe-7s-"] {
font-family: 'Pe-icon-7-stroke' !important;
}
Also see the included attachment file with extension custom_css
The font type in the menu is different in different browsers.
Safari: Showing the correct one
Opera: Showing the wrong one
Firefox: Showing the wrong one
We would like to use the Helvetica font type. But when implemented nothing changes.
1. See attached file with suffix safari_css_coding
2. See attached fiorefox with suffix firefox_css_coding
The font type always remains 'Pe-icon-7-stroke' !important;
I don't know why in safari is is displayed differently.
I know that in the custom CSS Coded we have addressed
[class^="pe-7s-"], [class*=" pe-7s-"] {
font-family: 'Pe-icon-7-stroke' !important;
}
But how can we address the text font from a menu after the icon?
Can you please help us with this one?
Thanks in advance.
Kind regards
Dirk Put