From e5f87ed8d4d7394c0a26abd53780b2c7e00223bb Mon Sep 17 00:00:00 2001 From: Sophie Shepherd Date: Wed, 6 Mar 2019 09:04:54 -0600 Subject: [PATCH] Remove Rubik --- assets/styles.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/styles.scss b/assets/styles.scss index b59e68d..cf3fe80 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -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 {