From a9b925eedfa8894c2b51c26ab9d869f2cb2642aa Mon Sep 17 00:00:00 2001 From: Sophie Shepherd Date: Fri, 25 Jan 2019 13:27:40 -0600 Subject: [PATCH] Don't need custom fonts for now. --- _site/assets/styles.css | 2 -- assets/styles.scss | 9 --------- 2 files changed, 11 deletions(-) diff --git a/_site/assets/styles.css b/_site/assets/styles.css index 36cff87..a82ba16 100644 --- a/_site/assets/styles.css +++ b/_site/assets/styles.css @@ -6,7 +6,6 @@ */ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ /** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ -@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900"); html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** Remove the margin in all browsers (opinionated). */ @@ -3769,4 +3768,3 @@ a.tabnav-extra:hover { color: #0366d6; text-decoration: none; } .pb-xl-12 { padding-bottom: 128px !important; } /* Set a 128px padding to the top & bottom at the xl breakpoint */ .py-xl-12 { padding-top: 128px !important; padding-bottom: 128px !important; } } -.github-component { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; } diff --git a/assets/styles.scss b/assets/styles.scss index c48704f..371f8af 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -2,12 +2,3 @@ --- @import "primer-core/index"; @import "primer-marketing/index"; -@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900'); - -body { - //font-family: 'Rubik', sans-serif; -} - -.github-component { - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; -}