From 2d9a9fcb63f5a3895140cde6afcb78f10863554f Mon Sep 17 00:00:00 2001 From: Lukas Neukom <6952622+lukasneukom@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:34:34 +0200 Subject: [PATCH] Add font and sizes --- Lowbar.iatemplate/Contents/Resources/style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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; }