add tag
निरंजन
I am hosting a GitLab page which can be found here - https://niruvt.gitlab.io/test. I want to use three fonts in that page from a directory in that repository (https://gitlab.com/niruvt/test). Irrespective of whether the visitor has those fonts on their computer or not, they should be able to see the text in those fonts only. The required three fonts are as follows.

1. A global font. (lm17 in the `fonts/lm` path of the repository)
1. A font for a small portion of text in the document. (shobhika font in the `fonts/shobhika` path of the repository)
1. FontAwesome (brand) logos.

I found [this](https://www.tutorialspoint.com/html/html_fonts.htm#:~:text=Font%20face%20and%20color%20depends,size%2C%20face%2C%20and%20color) link on which there was a small snippet with an example for changing the font. I tried to add a webfont present in the directory, but it didn't work.

How to get everything work correctly?

This room is for discussion about this question.

Once logged in you can direct comments to any contributor here.

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.