Skip to content
Snippets Groups Projects
site.scss 414 B
---
# This is the main style sheet
---
@charset "utf-8";

$fa-font-path: "../fonts/font-awesome/";
@import 'font-awesome.min.css';
@import "{{site.theme}}";

$font-size-base: 1rem;
$headings-font-weight: 500;
$blockquote-font-size: $font-size-base;

$icon-font-path: "{{ site.github.url }}/assets/fonts/bootstrap";

@import "bootstrap/bootstrap";	       

@import "mermaid/dark/index";
@import "mermaid/mermaid";