Resonsive font formula
Props for this snippet go to James Fisher, and his post about responsive font formula which can be found here
:root {
font-size: calc(1rem + 0.25vw)
}
Props for this snippet go to James Fisher, and his post about responsive font formula which can be found here
:root {
font-size: calc(1rem + 0.25vw)
}