Closed Nishant2907 closed 3 years ago
Hey @Nishant2907. My apologies for replying late.
Did you test the code before sending the PR? The fonts didn't work when I tested it. In my case, changing the path in stylesheets/fonts.css
(as mentioned above) fixed the issue. It'll be great if you can make the required changes. Once you do that, I'd like you to make some more changes:
Fredericka
has been used in user.html
as well. Please add the required stylesheet in it.Montserrat
which needs to be added in a similar way. Here's the link for your reference.fonts
folder empty.Thanks.
Hi @sudo-rgoraim as you told, I have to add the Frederica
and Montserrat
fonts respective files.
Also as your point is absolutely correct on adding the fonts will make this PR large, so I just want to ask is that what should i do of this issue?
Like should i just leave it, or do i have to add some more things except for Montserrat
.
Here's a list of things that you should do:
@font-face
for Fredericka
and Montserrat
in stylesheets/fonts.css
fonts.css
) in index.html
and user.html
fonts
directory. (I shall add it while merging this PR)While making these changes, keep committing them. Once you are done, push the changes. I hope this clears your doubt. If not, feel free to ask again.
Okay sure, will do it till midnight :)
I have made a new PR for the same issue with the necessary updates as told by you.
Solved issue #11 Added the google fonts in the css file. Also added the required font files in the repo itself. @sudo-rgorai Kindly review it and do tell if any recommendations.