Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<link rel="stylesheet" href="../../css/style.css?{{ cacheBuster }}" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?{{ cacheBuster }}" media="all" />
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway:400,400i,700" rel="stylesheet">

<!--<Deject>-->
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
Expand Down
1 change: 0 additions & 1 deletion packages/starterkit-handlebars-demo/dist/_meta/_head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<link rel="stylesheet" href="../../css/style.css?{{ cacheBuster }}" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?{{ cacheBuster }}" media="all" />
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway:400,400i,700" rel="stylesheet">

<!--<Deject>-->
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions packages/starterkit-handlebars-demo/dist/css/scss/base/_fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*------------------------------------*\
#FONT REFERENCES
\*------------------------------------*/

/**
* Referencing SCSS mixins by @fontsource library
* Hardening references by – redundant, but specifically – declaring the variables previous to @include
*/

// Generate CSS declarations for Abel font
@import "@fontsource/abel/scss/mixins";
$style: normal;
$weight: 400;
@include fontFace($fontDir: '../fonts');

// Generate CSS declarations for Raleway font
@import "@fontsource/raleway/scss/mixins";
$style: normal;
$weight: 400;
@include fontFace($fontDir: '../fonts');
$style: italic;
$weight: 400;
@include fontFace($fontDir: '../fonts');
$style: normal;
$weight: 700;
@include fontFace($fontDir: '../fonts');
136 changes: 136 additions & 0 deletions packages/starterkit-handlebars-demo/dist/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading