mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
10 lines
138 B
SCSS
10 lines
138 B
SCSS
@import 'fonts';
|
|
|
|
.graph-header {
|
|
@extend .font-bitter;
|
|
@extend .weight-700;
|
|
}
|
|
|
|
.graph-footer {
|
|
font-family: 'Cabin', sans-serif;
|
|
}
|