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

Explained how to change fonts #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Step 2

## API details :gear:

If you want to change the font just download the fonts and move the unzipped folder to the fonts folder. Then go to local-font.sty and change the font name and folder at the top folder. You can crtl+f `\newcommand{\fontFolder}` to find it faster.
If you want to change the font just [download the fonts](https://fonts.google.com) and move the unzipped folder to the fonts folder. Then open lato-font.sty and crtl+f `\newcommand{\fontFolder}`. Change the font name and folder to your preferred font style. By default it is lato (see image below), but you can change it to the font of your choice.

![image](https://user-images.githubusercontent.com/62230055/183369073-3cf6eff7-fd5a-4dde-8605-d52787e85cb8.png)

## Resume Tips :books:

Expand Down