R
R
Roman2016-01-16 19:26:17
Fonts
Roman, 2016-01-16 19:26:17

How to download fonts from the site?

Good day!
Tell me how you can download fonts from the site? I want to use them on mine. Essence of the question, for example, I see a connected font on the site: (not this font is needed, the code was given as an example)

@font-face {
  font-family: Scheherazade;
  src: url(fonts/ScheherazadeRegAAT.ttf) format("truetype-aat"), 
       url(fonts/ScheherazadeRegOT.ttf) format("opentype");
}

If you go to site.ru/fonts/ScheherazadeRegOT.ttf, it gives a 404 error
. Actually, the question is, how to download these fonts from the site?
ps yes, I searched on google to just download, I found only Latin (((

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
glenean, 2016-01-16
@RGBPlus

Open the Developer console, switch to the network tab (for firefox ctrl+shif+Q), reload the page ctrl+r.
Find your font file.

R
riot26, 2016-01-16
@riot26

people.mozilla.org/~jdaggett/demos/fonts/Scheheraz...
scripts.sil.org/cms/scripts/page.php?item_id=Scheh...
CSS path is relative, not absolute

D
Denial_Steinberg, 2020-07-07
@Denial_Steinberg

And what to do with this font-family: var(--heading-font-family); ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question