Repo Page CSS points to wrong path for Robot fonts
The page.css
file tries to load the fonts from a non-existing location:
src: url("/static/node_modules/roboto-fontface/fonts/Roboto/Roboto-RegularItalic.eot");
This is a regression most likely introduced by the recent SCSS cleanup.