fschwartzer commited on
Commit
7e95d66
1 Parent(s): a16cb6b

Create config.toml

Browse files
Files changed (1) hide show
  1. config.toml +8 -0
config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base = "light"
3
+ font = "sans serif"
4
+
5
+ [theme.fonts]
6
+ headingFont = "Kanit"
7
+ bodyFont = "Kanit"
8
+ codeFont = "Kanit"