fixFontPaths(options: FixFontPathsOptions): string
Generates a shell command to fix font paths
Converts relative paths like url("fonts-en/file.woff2") to absolute
paths like url("/fonts-en/file.woff2") in CSS files.
options: FixFontPathsOptions
Configuration options