Spaces:
Runtime error
Runtime error
Create config.toml
Browse files- 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"
|