Skip to content

Commit

Permalink
De-emphasizing text to make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnake1298 committed Sep 24, 2024
1 parent f6adcc7 commit 19809bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/administration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ The system fonts installed on the server are used for burning in subtitles and r

If you are running Jellyfin in Docker, it is possible to pass fonts you have on the host system into the Jellyfin container. Simply add two additional volumes for /usr/share/fonts and /usr/share/fontconfig and map them to the same path inside the container.

**Docker Compose Example**
Docker Compose Example

```yml
volumes:
- /usr/share/fonts:/usr/share/fonts
- /usr/share/fontconfig:/usr/share/fontconfig
```
**Docker Command Line Example**
Docker Command Line Example
```sh
--volume /usr/share/fonts:/usr/share/fonts
Expand Down

0 comments on commit 19809bb

Please sign in to comment.