selfdefined/assets/css/base/_typography.scss
Ned Zimmerman 86713728a4
⚙️ Add stylelint and base configuration (see #74) (#92)
* tooling: add stylelint and base configuration (see #74)

* Autofix with stylelint on commit
2020-03-07 10:23:05 -08:00

7 lines
111 B
SCSS

.subtitle {
font-family: $ext-sans;
font-weight: $regular;
grid-column: span 2;
letter-spacing: 0.1;
}