• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, did you find a solution to the problem, I have the same problem.

    Screenshot : https://ibb.co/r22kJLW

    Thread Starter dubaidogfish

    (@dubaidogfish)

    I can’t recall which site I had that issue on but from memory I installed fontawesome icons and replaced it with another eye – their fa-eye icon, editing the CSS probably the font family and content lines. All worked fine with the replacement.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce font family icons show rectangles’ is closed to new replies.