mbraak / jqTree

Tree widget for jQuery
https://mbraak.github.io/jqTree/
Apache License 2.0
1.02k stars 177 forks source link

How to change font style of the jqtree? #308

Closed ravishambi closed 10 years ago

ravishambi commented 10 years ago

Tried below approach, but doesn't seems working ul.jqtree-tree { margin-left:-20px; margin-top:5px; font-family:Arial; } Please help me.

mbraak commented 10 years ago

The best way is to use css.

For example:

.jqtree-tree {
  font-weight: bold;
}
ravishambi commented 10 years ago

Its working.. Thank u :+1: