Skip to content

v1.2.1 - Font Path Bug Fix

Choose a tag to compare

@RickCogley RickCogley released this 21 Nov 12:38
· 9 commits to main since this release
v1.2.1
dd5ea63

Fixed

  • Fixed template literal syntax bug in fixFontPaths script that caused incorrect sed command generation
    • Changed $ {fontDir} to ${fontDir} in both fixFontPaths and generateFontPathFixes functions
    • Bug was causing literal string /$ {fontDir}/ in CSS output instead of actual font directory paths like /fonts-en/

Full Changelog

v1.2.0...v1.2.1