feat: add open sans as default font

This commit is contained in:
Johannes Millan 2025-09-04 18:30:09 +02:00
parent 5111677b9e
commit 4c94eeb578
14 changed files with 30 additions and 30 deletions

View file

@ -9,7 +9,7 @@
<title>Yesterday's Tasks</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 20px;
color: var(--text-color);