remove font checker

This commit is contained in:
Nazar Kanaev
2020-08-02 13:26:19 +01:00
parent 033ef5f8b2
commit 9607e4a0d3
2 changed files with 2 additions and 19 deletions

View File

@@ -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 }}