2021年11月29日 星期一

電書閱讀 Calibre Ebook Viewer 改行距

Ebook Viewer 調行距 , 按右鍵---偏好設定---樣式
### 1.5em 代表 1.5倍.
### 將以下內容 填入 css box ,有可能要重新載入.
body 
{
   line-height:1.5em ;
}

若不行, 試試 (加 !important 忽略書本的設定 強制使用reader 的設定.
body 
{
   line-height:1.5em !important;
}

沒有留言:

張貼留言

Ubuntu 18.04 讀卡機 driver , ( IT-500U )

# ubuntu 18.04.06 , Let   (info-think it-500U card-reader) driver work $sudo apt-get install build-essential libusb-1.0-0-dev libpcsclite-de...