-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
General question - how do I change Font? #26
Comments
Go to // Fonts preferences
$sans-family: Roboto, sans-serif;
$mono-family: Consolas, monospace;
$base-font-size: 16px;
$medium-font-size: $base-font-size * 0.938;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.85; For example |
That worked. Thank you for your reply. Best, |
You're welcome |
Hey hi @piharpi , I actually changed the font to |
It worked using some CSS type faces from here! |
Thank you for this template. I have a general question about changing the font. I see that the current one is set to Roboto. How do I change it to a different font? I am new to Jekyll so any help here would be helpful.
Best,
Rahul
The text was updated successfully, but these errors were encountered: