mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-31 10:46:46 +00:00
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
h1, h2, h3 { font-weight: @font-weight-light; }
|
|
h4 { font-weight: @font-weight-bold; }
|
|
|
|
h1 { font-size: @font-size-h1; }
|
|
h2 { font-size: @font-size-h2; }
|
|
h3 { font-size: @font-size-h3; }
|
|
h4 { font-size: @font-size-h4; }
|