Remove Rubik

This commit is contained in:
Sophie Shepherd 2019-03-06 09:04:54 -06:00
parent 991221edda
commit e5f87ed8d4

View file

@ -1,15 +1,12 @@
---
---
@import url('https://unpkg.com/primer/build/build.css');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
@import 'highlight-syntax';
body {
font-family: 'Rubik', sans-serif;
}
// If a user adds a custom font, this component will stop it from bleeding into GitHub components:
.github-component {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
}
.repo-language-color {