Skip to content

Commit 0a20838

Browse files
committed
feat: bootstrap
1 parent fe2ae0c commit 0a20838

File tree

3 files changed

+8047
-78
lines changed

3 files changed

+8047
-78
lines changed

src/components/VueCommand.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,11 @@ defineExpose({
494494
<style lang="scss">
495495
.vue-command,
496496
.vue-command--invert {
497-
font-family: 'Fira Code', monospace;
497+
font-family: Consolas,
498+
Monaco,
499+
'Andale Mono',
500+
'Ubuntu Mono',
501+
monospace;
498502
499503
@mixin clearfix() {
500504

src/components/VueCommandQuery.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,12 @@ defineExpose({
235235
236236
input::placeholder,
237237
input {
238-
font: 1rem monospace;
238+
font: 1rem Consolas,
239+
Monaco,
240+
'Andale Mono',
241+
'Ubuntu Mono',
242+
monospace;
243+
;
239244
}
240245
241246
.vue-command__query__input,

0 commit comments

Comments
 (0)