DEV Community

Discussion on: How to build a responsive website

Collapse
 
chrissiemhrk profile image
Chrissie

My default unit is rem, except for images and videos where I use %, everything else its rem.

As I'm still not familiar with using multiple font families in one project, I tend to stick to using one font-family.

For mobile, the font-size will obviously be small usually I give them a size of 0.8-1rem and as the screen widens and layout shifts I increase the font-size accordingly.

You can check this repo github.com/chrissiemhrk/sass-boile..., I use it as a template for all my small project and it has the different default styling that I normally use.