Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an easy way to set the font in the tooltip? #33

Open
algotechnology opened this issue Aug 18, 2024 · 1 comment
Open

Is there an easy way to set the font in the tooltip? #33

algotechnology opened this issue Aug 18, 2024 · 1 comment

Comments

@algotechnology
Copy link

CSS not my best subject! Thanks. It seems to pick up the font from the container ... cheers

@ebulku
Copy link

ebulku commented Nov 22, 2024

You can add this in your styles.css

[data-wenk]:after {
    font-family: 'Rubik'; /* Set your font family */
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants