Skip to content

validate

Validate fonts against industry-standard profiles.

Quick Reference

bash
fontisan validate <font> --profile <profile> [options]

Validation Profiles

ProfileDescription
opentypeOpenType specification compliance
google_fontsGoogle Fonts requirements
microsoftMicrosoft font standards
adobeAdobe font guidelines
productionProduction-ready validation

Options

OptionDescription
--profile NAMEValidation profile to use
--format FORMATOutput format (text, yaml, json)
--verboseShow all checks and results

Examples

bash
# Validate for Google Fonts
fontisan validate font.ttf --profile google_fonts

# Validate for production
fontisan validate font.ttf --profile production

# JSON output
fontisan validate font.ttf --profile opentype --format json

Detailed Documentation

For comprehensive documentation including profile details and validation helpers, see the validate command guide.

Fontisan is a [Ribose](https://open.ribose.com/) project