Topics Map > System Configuration
Topics Map > Help Desk
PUBLIC - (System) - Install Alma Print Slip Fonts
Single-User Installation
Note: These instructions are for LTG-managed computers, e.g. GLS-KMEMxxxx, GLS-SMEMxxxx)
- Open File Explorer
- Navigate to This PC > Data (Y:) drive
- Locate the Alma Print Slip Fonts folder
"Y:\Fonts\Alma Print Slip Fonts"
In this folder, you will find the installation files for both the Oshkosh and 3of9 Barcode fonts - Right-click on each file, then select "Install" from the list of file options
- After installing both fonts, restart the computer to update your Windows fonts
For information on the Alma Print Slip Fonts, see :
XML for configuring Resource Sharing Shipping Letter
Font Required: Oshkosh
Here is the file: oshkosh.ttf
Font Required: 3of9 Barcode
Here is the file: 3of9barcode.ttf
Shared Computer Installation:
To install the fonts on shared staff computers (Tier 1.5), follow the steps below:
Note: These are instructions for IT staff to install the Oshkosh and 3of9 Barcode fonts
- Locate the Alma Print Slip Fonts folder
"Y:\Fonts\Alma Print Slip Fonts"
- Copy the files from that folder to C:\Users\Public\Downloads
- Run the Command Prompt as Administrator
- For each command below, copy/paste it into the prompt then click "enter"
- Restart the computer
- Check the
"C:\Windows\Fonts"
folder for the Oshkosh and 3of9 Barcode fonts
cd C:\Users\Public\Downloads
xcopy /y /s *.ttf "C:\Windows\Fonts"
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Oshkosh (TrueType)" /t REG_SZ /d oshkosh.ttf /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "3 of 9 Barcode(TrueType)" /t REG_SZ /d 3of9barcode.ttf /f
For information on Windows fonts, see: Manage Fonts in Windows
Note: There is a BigFix task to push the script above to LTG-managed workstations, but this task should only be used for large batches of computers.