remove font checker
This commit is contained in:
parent
033ef5f8b2
commit
9607e4a0d3
2 changed files with 2 additions and 19 deletions
|
|
@ -201,7 +201,7 @@
|
|||
System Default
|
||||
</div>
|
||||
</label>
|
||||
<label class="selectgroup" v-for="f in availableFonts" :key="f">
|
||||
<label class="selectgroup" v-for="f in fonts" :key="f">
|
||||
<input type="radio" name="font" :value="f" v-model="theme.font">
|
||||
<div class="selectgroup-label appearance-option":style="{'font-family': f}">
|
||||
{{ f }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue