Font family css helper class.

This commit is contained in:
Bob Vandevliet 2024-08-18 14:55:44 +02:00
parent 5f8dda95e2
commit 5975d61660
2 changed files with 3 additions and 1 deletions

View file

@ -113,12 +113,14 @@ main>* {
transition: opacity 0.2s;
}
.ff-header,
h1,
h2 {
font-family: 'Century Gothic',
var(--#{$prefix}font-sans-serif);
}
.ff-subheader,
h3,
h4,
h5,