Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS contains incorrect font specifications #407

Open
dcsjapan opened this issue Jan 18, 2023 · 0 comments
Open

CSS contains incorrect font specifications #407

dcsjapan opened this issue Jan 18, 2023 · 0 comments
Labels

Comments

@dcsjapan
Copy link

dcsjapan commented Jan 18, 2023

The files lib/gutenberg/style-editor.css and lib/gutenberg/front-end.css each contain a couple of font-family specifications that seem to be incorrect (probably due to copy/paste errors):

font-family: "Source Sans Pro", serif;

This should probably be either

font-family: "Source Sans Pro", sans-serif;

or

font-family: "Source Serif Pro", serif;

In the latter case, the Source Serif Pro font will also need to be added to line 30 of config/appearance.php.

@dcsjapan dcsjapan added the bug label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant