mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-14 02:10:04 +00:00
change font selection
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user