I am having difficulty achieving the exact look of our website font as intended by the designer.
We have utilized Google's 'Source Sans Pro' font file. I have attempted various strategies:
- Using the font directly from Google [
- Downloading TTF files from Google and implementing them using @font-face
- Converting these TTF files to WOFF/WOFF2 files using font squirrel as recommended by Google
- Attempting to use this font on a clean angular CLI 6 project
Unfortunately, none of the above methods have resulted in the font looking similar to the designer's intention.
Has anyone else experienced this issue?