Font
If you're looking for a specific font I would recommend to look at Google Fonts.
However for this framework and for Material Design in general Roboto is used.
To use Roboto you can use the code shown at the side/ below in the header
tag.
If you need to change the font family it is recommended to change this in the settings.scss
file.
In this file you can specify the font family for each type scale
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=fallback" rel="stylesheet">