Home › Forums › Support › Can’t find fond face in adding typography This topic has 5 replies, 2 voices, and was last updated 12 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 23, 2022 at 5:18 am #2351563 Yannick Hello guys, I wanted to upload a local font. I have uploaded it by ftp to my folder. (http://www.milieumc.nl/wp-content/uploads/2022/09/LOVES.TTF) I added the font face @font-face { font-family: ‘test’; font-style: normal; font-weight: 400; src: url(‘http://www.milieumc.nl/wp-content/uploads/2022/09/LOVES.TTF’) format(‘truetype’), /* Safari, Android, iOS */ but i can not find it when i add to the typography in customizer.. how does this work? September 23, 2022 at 11:02 am #2351892 YingStaff Customer Support Hi there, The font won’t appear in the dropdown list of the fonts. You can add the font name directly in the font manager at customizer > typography. https://www.screencast.com/t/wW5D9MUe4 But make sure the link to the font file and the @font-face CSS are both correct. September 24, 2022 at 3:57 am #2352305 Yannick I did this, it doesn’t work. I think everything is correct. Can you please check in my back-end? I don’t know what i’m doing wrong. September 24, 2022 at 12:20 pm #2352723 YingStaff Customer Support Try change the CSS from: @font-face { font-family: 'test'; src: url('http://www.milieumc.nl/wp-content/uploads/2022/09/LOVES-1.ttf') format('truetype'), } to @font-face { font-family: 'test'; src: url('https://www.milieumc.nl/wp-content/uploads/2022/09/LOVES-1.ttf') format('truetype'); } September 25, 2022 at 4:30 am #2353042 Yannick It worked, so dumb that i didn’t see that. Thanks for the good help ๐ September 25, 2022 at 7:18 pm #2353602 YingStaff Customer Support You are welcome ๐ Glad to help! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In