Replies: 0
On the registration and login pages for example I can see it is trying to load the following:
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
font-family: WooCommerce;
speak: never;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: 0.618em;
content: "\e010";
text-decoration: none;
}
but the content: “\e010”; that is supposed to show the eye icon currently displays as the empty rectangle for a missing icon. Does anyone know how to get this to load, there seems to be very little on google about the woocommerce font family icons. Thanks