typefaceoff / typefaceoff

Browser tool for facing off typefaces.
http://typefaceoff.github.io
MIT License
9 stars 13 forks source link

Feat/alternate proofing templates #104

Closed calebWei closed 10 months ago

calebWei commented 10 months ago

Changes

Tests applied

Issue ticket number(s)

Enter the issue numbers resolved by this pull request

Checklist

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
2.8% 2.8% Duplication

calebWei commented 10 months ago

For those who wish to implement more proofing templates in the future, you will need to create a new component representing the template, and replace the FontPreview component inside of App with your own template component, similar to how I used Article here:

image