Files
ticketbeast/resources/assets/less/typography/headings.less
2016-11-09 10:35:42 -05:00

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; }