alterNERDtive.github.io/assets/styles.scss
2019-02-25 18:27:28 +01:00

13 lines
364 B
SCSS

---
---
@import url('https://unpkg.com/primer/build/build.css');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
@import 'syntax';
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;
}