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

Missing font Merriweather on macOS #20

Open
DrJume opened this issue Jun 19, 2022 · 1 comment
Open

Missing font Merriweather on macOS #20

DrJume opened this issue Jun 19, 2022 · 1 comment

Comments

@DrJume
Copy link

DrJume commented Jun 19, 2022

It seems that automerge.org uses the Merriweather font, but relies on it being installed on a system.
A solution would be to download the font via stylesheet from e.g Google Fonts.

image

@ept
Copy link
Member

ept commented Jun 20, 2022

Thanks @DrJume for pointing this out. Looks like the font can be added by adding the following line to src/css/custom.css:

@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

However, when I do that, the relative font sizing of paragraph text versus headings looks wrong; perhaps the headers also need a font to be added, or perhaps the font size needs adjusting. I think I will leave things as they are for now, until we get someone with better design skills than me to update the website (since right now it's just the Docusaurus default layout, which we will need to revise at some point anyway).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants