You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
203 B
SCSS

%font {
font-family: Gabriola, sans-serif;
font-size: 1.5rem;
}
body {
@extend %font;
margin: 80px 5px 0 5px; // Vertical translation for the fixed header
}
.ui-widget {
@extend %font;
}