1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

- Merge _fonts.scss to _page.scss

- Rename _page.scss to _document.scss
- Rename $fontfaces to $font-faces for consistency
- Document _fonts.scss mixins and functions
- Create mixins @font-face for one face
This commit is contained in:
Lucas Vallenet
2022-05-02 10:30:35 +02:00
parent e8b2a86798
commit 47974a77a9
8 changed files with 51 additions and 37 deletions

View File

@@ -20,7 +20,7 @@ $font-families: (
// "serif": ("Webfont Serif", Georgia, serif)
);
$fontfaces: (
$font-faces: (
// "Webfont Sans" "webfont-sans_regular" 400 normal,
// "Webfont Sans" "webfont-sans_regular-italic" 400 italic,
// "Webfont Serif" "webfont-sans_bold" 700 normal,