CSS: Two of the best readable fonts in web

PHOTO EMBED

Tue Aug 30 2022 13:55:06 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #css

body{
    font-family: Montserrat, "Work Sans", sans-serif;
    font-size: 1.5rem;
    color: rgb(56, 56, 56);
    line-height: 1.6;
}

body{
    font-family: BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-sans;
}
content_copyCOPY