Highcharts Demo

author(s): Torstein Hønsi

by hendrikdegraaf

HTML

<div id="container">
  <div id="subcontainer">
    <p>Hello world</p>
  </div>
</div>

CSS

#container {
    font-family: 'Arial';
}
#subcontainer {
    font-family: 'Times New Roman';
}