switch to Default Font message

This commit is contained in:
Tobias Powalowski 2023-07-21 10:51:54 +02:00
parent c1a5859255
commit 837ed25f6f
2 changed files with 3 additions and 3 deletions

View file

@ -20,9 +20,9 @@ _vconsole_font() {
_CONTINUE=""
while [[ -z "${_CONTINUE}" ]]; do
if grep -q '^FONT=.*32' /etc/vconsole.conf; then
_FONTS="ter-v32n Worldwide latarcyrheb-sun32 Worldwide"
_FONTS="ter-v32n Worldwide latarcyrheb-sun32 'Default Font'"
else
_FONTS="ter-v16n Worldwide latarcyrheb-sun16 Worldwide eurlatgr Europe"
_FONTS="ter-v16n 'Default Font' latarcyrheb-sun16 Worldwide eurlatgr Europe"
fi
#shellcheck disable=SC2086
if _dialog --cancel-label "${_LABEL}" --title " Vconsole Font " --menu "" 9 40 3 ${_FONTS} 2>${_ANSWER}; then

View file

@ -457,7 +457,7 @@
</tbody>
</table>
<h4 data-number="3.2.2" id="remote-access-ttyd"><span class="header-section-number">3.2.2</span> <strong>HTTP Browser Terminal - TTYD</strong></h4>
<p>Access the <a href="https://github.com/tsl0922/ttyd" title="ttyd"><strong>ttyd</strong></a> terminal in your <strong>browser</strong>.</p>
<p>Access the <a href="https://github.com/tsl0922/ttyd" title="ttyd"><strong>ttyd</strong></a> terminal in your <strong>browser</strong>. The connection is <strong>not</strong> encrypted!</p>
<table>
<thead>
<tr class="header">