mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-08 04:48:36 +02:00
Add font family Sans and Serif translations
This commit is contained in:
@@ -262,11 +262,11 @@ export default {
|
||||
fontItems() {
|
||||
return [
|
||||
{
|
||||
text: 'Sans',
|
||||
text: this.$strings.LabelFontFamilySans,
|
||||
value: 'sans-serif'
|
||||
},
|
||||
{
|
||||
text: 'Serif',
|
||||
text: this.$strings.LabelFontFamilySerif,
|
||||
value: 'serif'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user