Set up font size and font family

html {
font-size:62.5%;
}
body, textarea, input {
font-family: arial, sans-serif;
font-size: 1em;
}
body {
font-size: 1.3em /* 13px equivalent */
}

Leave a comment