css/style.scss (9 lines of code) (raw):

--- # this ensures Jekyll reads the file to be transformed into CSS later # only Main files contain this front matter, not partials. --- @use "sass:meta"; @import "../fonts/source-code-pro/stylesheet.css"; @import "../fonts/source-sans-pro/stylesheet.css"; @import "../fonts/wicket-font/stylesheet.css"; @include meta.load-css("../_sass/main");