Page 1 of 1

Font Usage

Posted: Mon Dec 20, 2021 1:36 pm
by zinc
Pablo;

Is there anyway to pinpoint which object is using which font? I have a project that I cannot really see it using a particular font but if I close and open it it tells me my project uses XXXX font, Should the program download it?

Z

Re: Font Usage

Posted: Mon Dec 20, 2021 3:21 pm
by Pablo
The only way to find out is by looking at the HTML in the browser (F12)

Re: Font Usage

Posted: Mon Dec 20, 2021 5:00 pm
by Bluesman
zinc wrote: Mon Dec 20, 2021 1:36 pm Pablo;

Is there anyway to pinpoint which object is using which font? I have a project that I cannot really see it using a particular font but if I close and open it it tells me my project uses XXXX font, Should the program download it?

Z
Hi zinc. I always install webfonts as @font-face fonts. In this way I always can go into the "Web fonts manager" and check which fonts the project uses...

Re: Font Usage

Posted: Mon Dec 20, 2021 6:18 pm
by zinc
Bluesman wrote: Mon Dec 20, 2021 5:00 pm
zinc wrote: Mon Dec 20, 2021 1:36 pm Pablo;

Is there anyway to pinpoint which object is using which font? I have a project that I cannot really see it using a particular font but if I close and open it it tells me my project uses XXXX font, Should the program download it?

Z
Hi zinc. I always install webfonts as @font-face fonts. In this way I always can go into the "Web fonts manager" and check which fonts the project uses...
True but in this project I am using Google Fonts....

Re: Font Usage

Posted: Tue Dec 21, 2021 1:24 am
by Bluesman
zinc wrote: Mon Dec 20, 2021 6:18 pm
Bluesman wrote: Mon Dec 20, 2021 5:00 pm
zinc wrote: Mon Dec 20, 2021 1:36 pm Pablo;

Is there anyway to pinpoint which object is using which font? I have a project that I cannot really see it using a particular font but if I close and open it it tells me my project uses XXXX font, Should the program download it?

Z
Hi zinc. I always install webfonts as @font-face fonts. In this way I always can go into the "Web fonts manager" and check which fonts the project uses...
True but in this project I am using Google Fonts....
Hi again zinc. My answer to that is... that when I use Google fonts I download them and convert to the fontfiles I nead for @font-face fonts. So as I wrote... always using 2font-face fonts tech :)

Re: Font Usage

Posted: Tue Dec 21, 2021 9:19 am
by zinc
Bluesman wrote: Tue Dec 21, 2021 1:24 am
zinc wrote: Mon Dec 20, 2021 6:18 pm
Bluesman wrote: Mon Dec 20, 2021 5:00 pm

Hi zinc. I always install webfonts as @font-face fonts. In this way I always can go into the "Web fonts manager" and check which fonts the project uses...
True but in this project I am using Google Fonts....
Hi again zinc. My answer to that is... that when I use Google fonts I download them and convert to the fontfiles I nead for @font-face fonts. So as I wrote... always using 2font-face fonts tech :)
oh! I see! got it! Thanks! :D

Re: Font Usage

Posted: Tue Dec 21, 2021 1:12 pm
by Bluesman
zinc wrote: Tue Dec 21, 2021 9:19 am
Bluesman wrote: Tue Dec 21, 2021 1:24 am
zinc wrote: Mon Dec 20, 2021 6:18 pm

True but in this project I am using Google Fonts....
Hi again zinc. My answer to that is... that when I use Google fonts I download them and convert to the fontfiles I nead for @font-face fonts. So as I wrote... always using 2font-face fonts tech :)
oh! I see! got it! Thanks! :D
Your welcome zinc :)