mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-26 08:38:59 +01:00
[bug] fix theme preset font weight not loading
This commit is contained in:
parent
de0e41b11d
commit
cac67cf429
@ -1110,7 +1110,7 @@ var theme = (function() {
|
|||||||
font: {
|
font: {
|
||||||
display: {
|
display: {
|
||||||
name: "Zilla Slab",
|
name: "Zilla Slab",
|
||||||
weight: 900,
|
weight: 700,
|
||||||
style: "normal"
|
style: "normal"
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
|
Loading…
Reference in New Issue
Block a user