Skip to content

Commit

Permalink
Update type-on-strap.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Nov 22, 2024
1 parent b091a94 commit dd14ea5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions _sass/external/katex/katex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ $border-color_1: currentColor;
font-weight: 400;
src: url("#{$katex-font-path}/KaTeX_Typewriter-Regular.woff2") format("woff2"),url("#{$katex-font-path}/KaTeX_Typewriter-Regular.woff") format("woff"),url("#{$katex-font-path}/KaTeX_Typewriter-Regular.ttf") format("truetype");
}

.katex {
font: normal 1.21em KaTeX_Main, Times New Roman, serif;
line-height: 1.2;
Expand Down
42 changes: 21 additions & 21 deletions _sass/type-on-strap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
/* Base */
@use 'base/index' as base;

/* Includes */
// Linked with the html in the _includes folder
@use 'includes/post_nav';
@use 'includes/footer';
@use 'includes/navbar';
@use 'includes/share_buttons';
@use 'includes/blog_nav';
@use 'includes/gallery';
@use 'includes/portfolio';
@use 'includes/aligner';

/* Posts */
// Linked with the html in the _layouts folder
@use 'layouts/posts';
@use 'layouts/categories';
@use 'layouts/blog';
@use 'layouts/page';
@use 'layouts/tags';
@use 'layouts/search';

/* External */
// CSS from external sources
@import 'external/reset';
Expand All @@ -12,34 +32,14 @@
@import 'external/source-sans-pro';


/* Includes */
// Linked with the html in the _includes folder
@import 'includes/post_nav';
@import 'includes/footer';
@import 'includes/navbar';
@import 'includes/share_buttons';
@import 'includes/blog_nav';
@import 'includes/gallery';
@import 'includes/portfolio';
@import 'includes/aligner';

/* Posts */
// Linked with the html in the _layouts folder
@import 'layouts/posts';
@import 'layouts/categories';
@import 'layouts/blog';
@import 'layouts/page';
@import 'layouts/tags';
@import 'layouts/search';

/**
CUSTOM STYLING
In the case you want to add your own style on top of the type-on-strap one.
You can add a custom scss file using:
@import 'custom';
@use 'custom';
Put it right after this comment for your changes to be applied over the default style.
(Once it processed into the assets/css/main.css by Jekyll at run time)
Expand Down

0 comments on commit dd14ea5

Please sign in to comment.