mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
11 lines
322 B
SCSS
11 lines
322 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
---
|
|
@charset "utf-8";
|
|
|
|
$base-font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
$title-font: 'Open Sans Condensed', $base-font;
|
|
|
|
// Import partials from `sass_dir` (defaults to `_sass`)
|
|
@import "syntax-highlighting", "hackmyresume";
|