diff --git a/Lowbar.iatemplate/Contents/Resources/style.css b/Lowbar.iatemplate/Contents/Resources/style.css index b15fd84..25e07bd 100644 --- a/Lowbar.iatemplate/Contents/Resources/style.css +++ b/Lowbar.iatemplate/Contents/Resources/style.css @@ -1,12 +1,19 @@ +:root { + font-family: Barlow; + font-size: 10pt; + line-height: 14pt; +} + body { - font-family: Barlow; - font-size: 10pt; + margin: 0 55pt; } h1 { - font-size: 20pt; + font-size: 20pt; + line-height: 28pt; } h2 { - font-size: 14pt; + font-size: 14pt; + line-height: 20pt; }