Search
 
SCRIPT & CODE EXAMPLE
 

CSS

font smoothing

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 
Comment

what css font smoothing

The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered. This feature is non-standard and is not on a standards track. It depends on the browser used and the system specifications; thus, it may not work for every user.
Comment

PREVIOUS NEXT
Code Example
Css :: How to find the key of the largest value hash? 
Css :: media screen tablet 
Css :: repeat with auto-fit 
Css :: silver hex code 
Css :: css select every other element 
Css :: table td remove unknown padding in td 
Css :: box-shadow css 
Css :: css grow animation 
Css :: css table column spacing 
Css :: how to make smth be in the bottom of the page css 
Css :: css display div horizontally 
Css :: css border botttom 
Css :: why are suacer pans made of bakelite 
Css :: move div down css 
Css :: change background input css 
Css :: how to get all values from object in javascript 
Css :: apply css on last child in parent div 
Css :: null vs void 
Css :: make blinking cursor disappear css 
Css :: style scroll bar css 
Css :: css grid full width row 
Css :: css global variables 
Css :: Push an existing folder to git 
Css :: css font face 
Css :: bootstrap icons sdn 
Css :: css line spacing 
Css :: difference between and px in css 
Css :: contenteditable new line 
Css :: border radius 4 values 
Css :: Applying an ellipsis with css 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =