1 
   2 .root { -fx-font: 20 Amble; }
   3 
   4 /* 
   5  * setting stroke width to 1em will cause CSS to lookup the
   6  * inherited font. 
   7  */
   8 #text { -fx-stroke: red; -fx-stroke-width: 1em; }
   9 #rectangle { -fx-stroke: red; -fx-stroke-width: 1em; }
  10 
  11 #rt-20686-author { -fx-font-smoothing-type: lcd; }
  12 
  13 /* FontTypeTest testRT_32551 */
  14 #test-rt-32551 { -fx-font-style: italic; }
  15 
  16 #test-rt-29773 { -fx-font-family: 'Amble Cn'; }