Text Smoothness changing on hover

70 Views Asked by At

When I hover the boxes the white text is changing smoothing automatically and getting it fixed automatically as well, not sure why font smoothness is being changed, here is the link

I tried with the following code to fix it, but no effect at all:

<style>
 body
  { 
   -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
</style>
0

There are 0 best solutions below