[PR #1688] [MERGED] Add font selection setting in epub e-reader to match web-client (#1373) #1663

Closed
opened 2026-04-25 00:00:27 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1688
Author: @weilBaum9
Created: 9/16/2025
Status: Merged
Merged: 11/20/2025
Merged by: @advplyr

Base: masterHead: master


📝 Commits (2)

  • e662dae Add font selection setting in epub e-reader to match web-client (#1373)
  • 9518189 Add font family Sans and Serif translations

📊 Changes

3 files changed (+24 additions, -0 deletions)

View changed files

📝 components/readers/EpubReader.vue (+2 -0)
📝 components/readers/Reader.vue (+19 -0)
📝 strings/en-us.json (+3 -0)

📄 Description

Brief summary

Add a font selection setting to the epub e-reader to swap between a font with and without serifs as implemented in the web-client.

Which issue is fixed?

Implements #1373

Pull Request Type

Frontend-change for both IOS and Android App

In-depth Description

The solution gives the user the option to select between a font with or without serifs. It was done this way to mirror the funtionality and implementation of the web-client.

How have you tested this?

  1. Started App in Android Studio Emulator
  2. Connected to Server
  3. Opened Book
  4. Swapped between sans and serif font

I don't have access to any apple device, so I couldn't test the implementation for ios devices.

Screenshots

Before:

after_sans

After:

after_sans after_serif


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1688 **Author:** [@weilBaum9](https://github.com/weilBaum9) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e662dae`](https://github.com/advplyr/audiobookshelf-app/commit/e662dae396c35c9eac15c2996c549b1cc840aac4) Add font selection setting in epub e-reader to match web-client (#1373) - [`9518189`](https://github.com/advplyr/audiobookshelf-app/commit/9518189898c2331ef036454cc5f699ce7abb3be3) Add font family Sans and Serif translations ### 📊 Changes **3 files changed** (+24 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `components/readers/EpubReader.vue` (+2 -0) 📝 `components/readers/Reader.vue` (+19 -0) 📝 `strings/en-us.json` (+3 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary Add a font selection setting to the epub e-reader to swap between a font with and without serifs as implemented in the web-client. ## Which issue is fixed? Implements #1373 ## Pull Request Type Frontend-change for both IOS and Android App ## In-depth Description The solution gives the user the option to select between a font with or without serifs. It was done this way to mirror the funtionality and implementation of the web-client. ## How have you tested this? 1. Started App in Android Studio Emulator 2. Connected to Server 3. Opened Book 4. Swapped between sans and serif font I don't have access to any apple device, so I couldn't test the implementation for ios devices. ## Screenshots ### Before: <img width="270" height="606" alt="after_sans" src="https://github.com/user-attachments/assets/f32b91be-f581-4092-986e-ce0a62111790" /> ### After: <p float="left"> <img width="270" height="606" alt="after_sans" src="https://github.com/user-attachments/assets/f459f3fc-41f2-456d-9943-35adcb828cbf" /> <img width="270" height="606" alt="after_serif" src="https://github.com/user-attachments/assets/2c0bdd81-4e99-48a9-ba70-fb2df69c843f" /> </p> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:27 +02:00
adam closed this issue 2026-04-25 00:00:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1663