Responsive font size - Tudwall/Tudwall GitHub Wiki
This can be used to calculate automatically the font-size depending on the size of the screen. You can find out more in the link below, explaining how and why use it.
html {
font-size: calc(1em + 1vw)
}