Archived topic
Installation font that is not in google fonts
7 replies · Started by epcepc on July 12, 2022
Installation font that is not in google fonts
Good afternoon, I have followed all the steps but I cannot see the manually installed font in Generatepress.
I send you screenshots of the entire process.
1.- upload woff file
2.- simple css plugin code
3.- add code to function file
4.- find typography in the template
Thank you very much for your help, if you can tell us what we are doing wrong please.
Hi there,
1. The ‘ and ’in your CSS and PHP don't seem right, can you try replacing them in the CSS with this '?
2. Remove the PHP code, as you don't need it if you are using the dynamic typography system which is the case.
3. You don't need to search for it, you just enter the font name directly into the font manager.
Let me know how it goes.
Good morning, sorry but I don't understand the answer.
Can you indicate access so that you can check more quickly? Thank you very much
Hi there,
you do not need Step 3 - Add Code to Function file. Please remove that.
Then go to Customizer > Typography and click add Font. In the Field provided type in the font-family name you added to your @font-face CSS eg. gillsansmt
Then you can Add Typography and select the gillsansmt font
Good afternoon, I have deleted the code in the php.But I still can't see this source in the main menu. I send screen. Sorry to bother.
https://www.awesomescreenshot.com/image/30131393?key=b27e8cf017f6be3c5e0435ba7359584c
Can i see the site ?
yes,
Can you try replaceing the ‘ and’ with 'in the below CSS?
@font-face{
font-family: gillsansmt;
src: url(‘https://www.siguenza2030.es/wp-content/uploads/2022/07/gillsansmt.woff’);
font-weight: normal;
}