Optimize font family integration #7
Loading…
Reference in a new issue
No description provided.
Delete branch "kaiserkiwi/cyber-circle-creator:font-family"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This pull request solves the issue with the font when the file is missing or couldn't be loaded. A safe fallback was chosen with
monospace
, so the page doesn't look off when "Times New Roman" or stuff like that is the system/browser fallback.Additionally I did two things:
inherit
to make it more future proof and reduce code duplication..woff
filetype as this isn't needed for 8 years now.How to test
@font-face
) from the CSS file or remove the font from the folder..woff
file type a26bcacde8