Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 style(fonts): change font fallback implementation
The theme CSS prioritises font-families that are defined in @font-face at-rules. These rules prioritise local fonts then fall back to downloading fonts bundled with the theme. Move the prioritisation of local fonts from @font-face to the main CSS font-family declarations and use custom font-family names in the @font-face at-rules. This allows use of italic fonts found locally and facilitates user-override of fonts. Fixes #472 Signed-off-by: Stephen Kershaw <[email protected]>
- Loading branch information