We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2ae0c commit 0a20838Copy full SHA for 0a20838
src/components/VueCommand.vue
@@ -494,7 +494,11 @@ defineExpose({
494
<style lang="scss">
495
.vue-command,
496
.vue-command--invert {
497
- font-family: 'Fira Code', monospace;
+ font-family: Consolas,
498
+ Monaco,
499
+ 'Andale Mono',
500
+ 'Ubuntu Mono',
501
+ monospace;
502
503
@mixin clearfix() {
504
src/components/VueCommandQuery.vue
@@ -235,7 +235,12 @@ defineExpose({
235
236
input::placeholder,
237
input {
238
- font: 1rem monospace;
+ font: 1rem Consolas,
239
240
241
242
243
+ ;
244
}
245
246
.vue-command__query__input,
0 commit comments