+ 2
Why do we use @font face
7 odpowiedzi
+ 2
The @font-face allows developers to specify online fonts to display text on their web pages, which eliminates the need to depend on the limited number of fonts users have installed on their computers.
+ 1
Thank you, you have the answer to everything 👍
+ 1
I adore you 🙆🙌
0
So, meaning that the developer can create his/her own font differently for the particular website
0
I wish I really had 😆
0
Not really. Not everyone can make their own fonts. It means that authors specify a URL for an existing remote font file location. You can of course upload a font then specify a URL for it.
Edit - Correction:
Specifying a remote URL doesn't mean the font files are on another domain. Both font and the page in wich it's used must be on the same domain. The developer may've downloaded the font from somewhere else, then they upload it under the same domain as the page.
0
Ok, I understand, thanks a lot I appreciate it , I would have thought other wise