mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08: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;
|
|
}
|