kingav
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom font added using font face not giving text preview.Not working, and it is not feasible because we can’t hardcode every font in HTML. The thing is the user will enters the text in input field, font will change every time when a user selects a font from dropdown and text will change in HTML automatically and then the preview will be generated. You tried checking by replacing text in HTML by inspecting it but testing it this way is not useful and at our end it is not working. Please suggest another way if you know.
- This reply was modified 4 years, 9 months ago by kingav.
Forum: Fixing WordPress
In reply to: Custom font added using font face not giving text preview.There is no database to fetch data for fonts, we have uploaded the fonts in “theme/fonts/” and in style.css we have used font-face method with appropriate font path where it has to fetch or retrieve the font but isn’t working. Changing with HTML doesn’t validate it, the point is what to do with CSS to achieve the thing.
Forum: Fixing WordPress
In reply to: Custom font added using font face not giving text preview.Thanks for your reply, I already have reviewed your link provided, there is no thing of “function.php” mentioned on the link and also already tried the changes of adding code in “style.css” but nothing is working out.