File tree 2 files changed +40
-0
lines changed
packages/keybr-themes/lib
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,30 @@ html[data-font="ubuntu"] {
118
118
--value-font-family : " Ubuntu Mono" , monospace ;
119
119
}
120
120
121
+ html [data- font= " sans-serif" ] {
122
+ --default-font-family : sans-serif ;
123
+ --header-font-family : sans-serif ;
124
+ --value-font-family : sans-serif ;
125
+ }
126
+
127
+ html [data- font= " serif" ] {
128
+ --default-font-family : serif ;
129
+ --header-font-family : serif ;
130
+ --value-font-family : serif ;
131
+ }
132
+
133
+ html [data- font= " monospace" ] {
134
+ --default-font-family : monospace ;
135
+ --header-font-family : monospace ;
136
+ --value-font-family : monospace ;
137
+ }
138
+
139
+ html [data- font= " cursive" ] {
140
+ --default-font-family : cursive;
141
+ --header-font-family : cursive;
142
+ --value-font-family : cursive;
143
+ }
144
+
121
145
html {
122
146
font-family : var (--default-font-family );
123
147
font-size : 8px ;
Original file line number Diff line number Diff line change @@ -99,4 +99,20 @@ export const FONTS = new ThemeList([
99
99
id : "cormorant" ,
100
100
name : "Cormorant" ,
101
101
} ,
102
+ {
103
+ id : "sans-serif" ,
104
+ name : "sans-serif (System)" ,
105
+ } ,
106
+ {
107
+ id : "serif" ,
108
+ name : "serif (System)" ,
109
+ } ,
110
+ {
111
+ id : "monospace" ,
112
+ name : "monospace (System)" ,
113
+ } ,
114
+ {
115
+ id : "cursive" ,
116
+ name : "cursive (System)" ,
117
+ } ,
102
118
] ) ;
You can’t perform that action at this time.
0 commit comments