alterNERDtive.github.io/assets/styles.scss

14 lines
352 B
SCSS
Raw Normal View History

2019-01-25 16:23:17 +01:00
---
---
@import "primer-core/index";
2019-01-25 18:05:26 +01:00
@import "primer-marketing/index";
2019-01-25 17:57:43 +01:00
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
body {
2019-01-29 18:16:24 +01:00
font-family: 'Rubik', sans-serif;
2019-01-25 19:43:22 +01:00
}
.github-component {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
2019-01-25 17:57:43 +01:00
}