Remove Rubik
This commit is contained in:
parent
991221edda
commit
e5f87ed8d4
1 changed files with 2 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue