Push fonts branch to latest main commit #5
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
@import "@picocss/pico/scss/pico"; /* To import only what you need from Pico [check the documentaion](https://picocss.com/docs/customization.html) */
|
||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&display=swap');
|
||||
@import url('/assets/fonts/fonts.css');
|
||||
/* @import url('https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css'); */
|
||||
|
||||
/* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */
|
||||
|
||||
h1, h2, h3, h4, h5, h6, body {
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-family: 'Space Grotesk', sans-serif;
|
||||
// background-color: #ffffff;
|
||||
// color: #000000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue