atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.91k stars 518 forks source link

Custom Fonts? #986

Closed Jayleaf closed 2 years ago

Jayleaf commented 2 years ago

How do i add a custom font? The default one is ok, but i'm not exactly sure where to change it.

atomiks commented 2 years ago

It's just CSS, so you'd specify font-family on .tippy-box. It inherits the parent's/body's by default, though.