13 lines
355 B
SCSS
13 lines
355 B
SCSS
---
|
|
---
|
|
@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;
|
|
}
|