mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 18:43:29 +00:00
23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
<div class="dropdown-menu font-settings">
|
|
<div class="dropdown-caret">
|
|
<span class="caret-outer"></span>
|
|
<span class="caret-inner"></span>
|
|
</div>
|
|
|
|
<div class="buttons">
|
|
<button type="button" id="reduce-font-size" class="button size-2">A</button>
|
|
<button type="button" id="enlarge-font-size" class="button size-2">A</button>
|
|
</div>
|
|
|
|
<div class="buttons font-family-list">
|
|
<button type="button" data-font="0" class="button">{% i18n "FONTSETTINGS_SERIF" %}Serif{% endi18n %}</button>
|
|
<button type="button" data-font="1" class="button">{% i18n "FONTSETTINGS_SANS" %}Sans{% endi18n %}</button>
|
|
</div>
|
|
|
|
<div class="buttons color-theme-list">
|
|
<button type="button" id="color-theme-preview-0" class="button size-3" data-theme="0">{% i18n "FONTSETTINGS_WHITE" %}White{% endi18n %}</button>
|
|
<button type="button" id="color-theme-preview-1" class="button size-3" data-theme="1">{% i18n "FONTSETTINGS_SEPIA" %}Sepia{% endi18n %}</button>
|
|
<button type="button" id="color-theme-preview-2" class="button size-3" data-theme="2">{% i18n "FONTSETTINGS_NIGHT" %}Night{% endi18n %}</button>
|
|
</div>
|
|
</div>
|