mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat: add open sans as default font
This commit is contained in:
parent
5111677b9e
commit
4c94eeb578
14 changed files with 30 additions and 30 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue