jsketcher/modules/ui/styles/global/headers.less
Val Erastov (xibyte) 0014150207 work on typography
2020-05-21 17:17:06 -07:00

24 lines
No EOL
314 B
Text

h1, .h1 {
font-size: 2em;
font-weight: bold;
}
h2, .h2 {
font-size: 1.5em;
font-weight: bold;
}
h3, .h3 {
font-size: 1.17em;
font-weight: bold;
}
h4, .h4 {
font-size: 1em;
font-weight: bold;
}
h5, .h5 {
font-size: .83em;
font-weight: bold;
}
h6, .h6 {
font-size: .67em;
font-weight: bold;
}