class Fontist::InstallLocations::SystemLocation

System font directory location

This location represents the system-wide font directory, with platform-specific base paths:

macOS (regular): /Library/Fonts/fontist/ macOS (supplementary): /System/Library/Assets*/com_apple_MobileAsset_Font*/{asset}.asset/AssetData/ Linux: /usr/local/share/fonts/fontist/ Windows: %windir%/Fonts/fontist/

## Managed vs Non-Managed

This location is managed when:

This location is non-managed when:

## Permissions

This location **always requires elevated permissions** (sudo/admin rights) Shows warning before installation attempts

## Customization

Set via environment variable:

export FONTIST_SYSTEM_FONTS_PATH=/Library/Fonts/fontist

Or via config:

fontist config set system_fonts_path /Library/Fonts/fontist