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 {