Fonts
From Indie IT Wiki
Installation
sudo -i mkdir /usr/share/fonts/googlefonts && cd /usr/share/fonts/googlefonts unzip -d . /home/plittlefield/Downloads/Poppins.zip fc-cache -fv fc-match Poppins cd /usr/share/fonts/googlefonts/ unzip -d . /home/plittlefield/Downloads/Lato.zip fc-cache -fv fc-match Lato
Nice Examples
font-family: Roboto, sans-serif; font-size: 19px; font-weight: 300; letter-spacing: 0.008em; line-height: 31px;
...