WPIntell

Source evidence

Wrong italics approach

Custom Fonts – Host Your Fonts Locally · review · 2023-05-25T18:49:00+00:00

praisesentiment
mediumseverity
0.61relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
Daniel unresolved
Sorry to be so late, I missed your last message. I tried the plugin again and now is working as expected. So I changed my rating. Thanks! This topic was modified 9 months, 1 week ago by Daniel . Hi @damen02 , Thank you for spending your valuable time to share your feedback on our Custom Fonts WordPress plugin. We appreciate your honesty and value your input. We value the users’ feedback and take it seriously. We continuously strive to improve our plugin based on user suggestions and requirements. Your feedback will be carefully considered as we work towards refining and enhancing the plugin in future updates. Kind regards, Herman 😊 Thanks for your kindly reply, Please, let me know if this feature is corrected, as I’m very interested on using this plugin with Astra theme and I will change my review. When someone are editing a text and want to mark some words with italics, you simply touch the italic button. With the current plugin functionality, you are forced to change the font every time you need a word in italic. normal | false italic provided by plugin | true italic This reply was modified 2 years, 11 months ago by Daniel . Why don’t you simply redefine the font of the corresponding tag in your custom CSS? Usually, italics are marked with the “em” tag. Like in <em>italics stuff</em> So, all you need to do is add em { font-family: <the font you like to see here>; } to our custom CSS file. To be on the safe side, just in case the “I” tag is also used for italics, just add it as well: em, i { font-family: <the font you like to see here>; } This reply was modified 2 years, 11 months ago by nipponcycles . Hi @damen02 , We had released update recently. We completely revamped the plugin. Please let us know your feedback. Kind regards, Herman 😊

Comments

4 shown
Herman Asrori (BSF) 2023-05-27T15:45:00+00:00

Hi @damen02 , Thank you for spending your valuable time to share your feedback on our Custom Fonts WordPress plugin. We appreciate your honesty and value your input. We value the users’ feedback and take it seriously. We continuously strive to improve our plugin based on user suggestions and requirements. Your feedback will be carefully considered as we work towards refining and enhancing the plugin in future updates. Kind regards, Herman 😊

Daniel 2023-06-14T12:54:00+00:00

Thanks for your kindly reply, Please, let me know if this feature is corrected, as I’m very interested on using this plugin with Astra theme and I will change my review. When someone are editing a text and want to mark some words with italics, you simply touch the italic button. With the current plugin functionality, you are forced to change the font every time you need a word in italic. normal | false italic provided by plugin | true italic This reply was modified 2 years, 11 months ago by Daniel .

nipponcycles 2023-06-30T10:24:00+00:00

Why don’t you simply redefine the font of the corresponding tag in your custom CSS? Usually, italics are marked with the “em” tag. Like in <em>italics stuff</em> So, all you need to do is add em { font-family: <the font you like to see here>; } to our custom CSS file. To be on the safe side, just in case the “I” tag is also used for italics, just add it as well: em, i { font-family: <the font you like to see here>; } This reply was modified 2 years, 11 months ago by nipponcycles .

Herman Asrori (BSF) 2023-07-03T15:19:00+00:00

Hi @damen02 , We had released update recently. We completely revamped the plugin. Please let us know your feedback. Kind regards, Herman 😊