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

Font Fallback #2

Open
Aerodlyn opened this issue Jun 15, 2018 · 2 comments
Open

Font Fallback #2

Aerodlyn opened this issue Jun 15, 2018 · 2 comments

Comments

@Aerodlyn
Copy link

While what you have isn't wrong, setting multiple fonts and font families allows your site's look-and-feel to remain as consistent as possible across as many platforms as possible.

So instead of:
font-family: Helvetica;

You could do:
font-family: Helvetica, sans-serif;

@aosm25
Copy link
Owner

aosm25 commented Jun 15, 2018

Do you suggest that I have to keep entering font-family for each subsection of the page where I used ''flexbox model'' or can I just declare it as part of the html {} ?

@Aerodlyn
Copy link
Author

Depends on if you plan on using different fonts. If the entire site uses the same font, then you can just do it in either html or body.

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