Install Fonts in LibreOffice on Any OS
Installing OpenType (OTF) and TrueType (TTF) fonts for use in LibreOffice requires adding the font files directly to your operating system. Because LibreOffice retrieves its typography list from your system’s font registry, installing a font on Windows, macOS, or Linux makes it instantly accessible within your LibreOffice applications once the software is launched or restarted.
Installing Fonts on Windows
- Download the font package and extract the archive if it is in a
.zipfile. - Locate the
.otfor.ttffont file. - Right-click the file and select Install for your personal user account, or Install for all users if you have administrative privileges.
- Alternatively, drag and drop the font files directly into the
C:\Windows\Fontsdirectory.
Installing Fonts on macOS
- Download and unpack your font file.
- Double-click the
.otfor.ttffile to open the macOS Font Book preview. - Click the Install Font button in the preview window.
- The font will be registered automatically in the Font Book application and made available to all compatible software.
Installing Fonts on Linux
Per-User Installation:
Open your file manager and navigate to your
Homedirectory.Enable hidden files and check for a
.fontsfolder (or navigate to~/.local/share/fonts/). If neither exists, create a folder namedfontsinside~/.local/share/.Copy your
.otfor.ttffiles into this directory.Open the Terminal and refresh the font cache by running:
fc-cache -f -v
System-Wide Installation:
Move the font files to
/usr/local/share/fonts/using root permissions:sudo cp /path/to/font.ttf /usr/local/share/fonts/Update the system font cache:
sudo fc-cache -f -v
Accessing the New Fonts in LibreOffice
- If LibreOffice Writer, Calc, or Impress is currently running, save your work and close the application completely to ensure the font registry refreshes.
- Open LibreOffice.
- Highlight the text you wish to format or create a new document.
- Open the Font Name dropdown list on the Formatting toolbar, scroll to the name of your installed font, or type the font name directly into the box and press Enter.