change font selection

This commit is contained in:
Nazar Kanaev
2021-03-31 23:06:11 +01:00
parent 0f519b7202
commit f43924c17b
3 changed files with 14 additions and 14 deletions

View File

@@ -2,14 +2,6 @@
var TITLE = document.title
var FONTS = [
"Arial",
"Courier New",
"Georgia",
"Times New Roman",
"Verdana",
]
var debounce = function(callback, wait) {
var timeout
return function() {
@@ -227,7 +219,7 @@ var vm = new Vue({
'items': false,
'readability': false,
},
'fonts': FONTS,
'fonts': ['', 'serif', 'monospace'],
'feedStats': {},
'theme': {
'name': s.theme_name,