Skip to content

Commit

Permalink
Revert "Update fontsettings.js"
Browse files Browse the repository at this point in the history
This reverts commit ad493e6.
  • Loading branch information
carlmylo committed Feb 22, 2024
1 parent ad493e6 commit 513e079
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/gitbook/gitbook-plugin-fontsettings/fontsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ require(['gitbook', 'jquery'], function(gitbook, $) {

// Default themes
var THEMES = [
{
config: 'night',
text: 'Night',
id: 0
},
{
config: 'white',
text: 'White',
id: 1
id: 0
},
{
config: 'sepia',
text: 'Sepia',
id: 1
},
{
config: 'night',
text: 'Night',
id: 2
}
];
Expand Down

0 comments on commit 513e079

Please sign in to comment.