mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 01:24:37 +02:00
Remove Gentium Book Basic font
This commit is contained in:
parent
290c3560d2
commit
6cd04e7098
19 changed files with 30 additions and 50 deletions
|
@ -33,8 +33,7 @@ module.exports = {
|
|||
},
|
||||
fontFamily: {
|
||||
sans: ['Source Sans Pro', ...defaultTheme.fontFamily.sans],
|
||||
mono: ['Ubuntu Mono', ...defaultTheme.fontFamily.mono],
|
||||
book: ['Gentium Book Basic', 'serif']
|
||||
mono: ['Ubuntu Mono', ...defaultTheme.fontFamily.mono]
|
||||
},
|
||||
fontSize: {
|
||||
xxs: '0.625rem'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue