chinchang / hint.css

A CSS only tooltip library for your lovely websites.

Home Page:https://kushagra.dev/lab/hint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool Tip text in itallic

itsvks opened this issue · comments

Hi,

When i am using hint.css. Its working but it is showing text in Italic. How to change in to normal font.

Does the element itself have italicized text? If so, just add a style declaration:

.hint,[data-hint]:after{ font-style:normal; }

Hope @quasipickle's answer solves the issue. Closing due to inactivity.