Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Google font smooth

 -webkit-font-smoothing: antialiased;
Comment

Google font smooth

 -webkit-font-smoothing: antialiased;

//or if you have blurry bold text:
-webkit-filter: blur(0.000001px);

//Alternatively, you can add a text-shadow to make the text seem smoother
 html, html a {
      text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
 }
Comment

PREVIOUS NEXT
Code Example
Css :: background remover 
Css :: css hex to rgb 
Css :: text overlay animation css 
Css :: Responsive Web Design - Frameworks 
Css :: css animation left to right infinite codepen 
Css :: height current -3px css 
Css :: ionic slidesperview not working 
Css :: sass min max 
Css :: overlap section 
Css :: How to convert directory SASS/SCSS to CSS via command line? 
Css :: rotating text animation 
Css :: adminlte.min.css.map error 
Css :: canva 
Css :: css make a cell twice as big flexbox 
Css :: backface-visibility: hidden; 
Css :: css border sides 
Css :: how to use the display property 
Css :: gradient 
Css :: what is bulletproof buttons 
Css :: display inline not alligned 
Css :: html css text color invert on image 
Css :: css media query for mobile and hide a row wordpress 
Css :: css hide text indicator 
Css :: change button color ultimate member plugin 
Css :: datatables when filtering snaps to top of page 
Css :: Use @use to load module scss - @forward in _index.scss 
Css :: font-family: robort; 
Css :: center image html 
Css :: how to add selector to another selector in css 
Css :: horizontal checkbox css 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =