-
-
Notifications
You must be signed in to change notification settings - Fork 94
Tree font? #274
-
Hello,
Is it possible to get the tree to display using any font other than sans-serif
?
I have a specific Google font I want to use instead.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions
Rendering is completely up to you. If you are using default renderers and default styles, you can look at how the default styles look like here. You can update the font family in the .rct-tree-root
class. If you are using custom renderers, the classes to restyle are dependent on your code.
Replies: 1 comment
-
Rendering is completely up to you. If you are using default renderers and default styles, you can look at how the default styles look like here. You can update the font family in the .rct-tree-root
class. If you are using custom renderers, the classes to restyle are dependent on your code.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1