Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.scss « sass « static - github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7db41d8a5c5527f2d1dfe0778add46e0cd4a5e29 (plain)
1
2
3
4
5
6
7
8
9
$font-weight-normal: 400;
$font-weight-bold: 700;
$font-base-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol","Noto Color Emoji"';
$font-monospace: '"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace';

@import "node_modules/vanilla-framework/scss/build";
@import "post-content";
@import "custom";
@import "print";