浏览代码

feat(themes): 1950s and Coffee default to using Rose font set

George Cushen 6 年之前
父节点
当前提交
d1b84a505a
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      data/themes/1950s.toml
  2. 2 0
      data/themes/coffee.toml

+ 2 - 0
data/themes/1950s.toml

@@ -17,3 +17,5 @@ menu_title = "#fff"
 background = "#EAE7D6"
 home_section_odd = "#EAE7D6"
 home_section_even = "#EAE7D6"
+
+font = "rose"

+ 2 - 0
data/themes/coffee.toml

@@ -17,3 +17,5 @@ menu_title = "#fff"
 background = "hsla(16, 24%, 85%, 1)"
 home_section_odd = "hsla(16, 24%, 85%, 1)"
 home_section_even = "hsla(16, 24%, 80%, 1)"
+
+font = "rose"