mirror of
https://github.com/bspeice/speice.io
synced 2025-07-29 11:35:02 -04:00
Revert
This commit is contained in:
17
css/fonts.css
Normal file
17
css/fonts.css
Normal file
@ -0,0 +1,17 @@
|
||||
@font-face {
|
||||
font-family: 'Hasklig';
|
||||
src: url('/assets/webfonts/hasklig-semibold-webfont.woff2') format('woff2'),
|
||||
url('/assets/webfonts/hasklig-semibold-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('/assets/webfonts/lato-regular-webfont.woff2') format('woff2'),
|
||||
url('/assets/webfonts/lato-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
30
css/main.scss
Normal file
30
css/main.scss
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
# Main scss file
|
||||
---
|
||||
@charset "utf-8";
|
||||
|
||||
// Helpers
|
||||
@import
|
||||
'helpers/mixins',
|
||||
'helpers/variables';
|
||||
|
||||
// Base
|
||||
@import
|
||||
'base/reset';
|
||||
|
||||
// Utilities
|
||||
@import
|
||||
'utilities/layout',
|
||||
'utilities/separator';
|
||||
|
||||
// Components
|
||||
@import
|
||||
'components/page',
|
||||
'components/article',
|
||||
'components/tag',
|
||||
'components/archives';
|
||||
|
||||
// Vendor
|
||||
@import
|
||||
'vendor/highlight';
|
||||
|
Reference in New Issue
Block a user