koro

an event time scheduler
git clone https://tilde.team/~marisa/repo/koro.git
Log | Files | Refs | README | LICENSE

commit c0ce1781175bd4f947c5d1c45a2c1fecc3e6b899
parent 8426f7584cb836e2092b326980d43050f8b3f8ee
Author: mokou <mokou@posteo.de>
Date:   Wed, 20 May 2020 20:40:59 +0200

feat: Add fonts and editorconfig

Diffstat:
A.editorconfig | 12++++++++++++
Apublic/fonts/Inter-Regular.woff | 0
Apublic/fonts/Inter-Regular.woff2 | 0
3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +charset = utf-8 +indent_size = 2 diff --git a/public/fonts/Inter-Regular.woff b/public/fonts/Inter-Regular.woff Binary files differ. diff --git a/public/fonts/Inter-Regular.woff2 b/public/fonts/Inter-Regular.woff2 Binary files differ.