Skip to content

Commit

Permalink
Add font and sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasneukom committed Jul 11, 2024
1 parent b8c6707 commit 2d9a9fc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Lowbar.iatemplate/Contents/Resources/style.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 2d9a9fc

Please sign in to comment.