--- id: 5d8a4cfbe6b6180ed9a1ca50 title: Step 113 challengeType: 0 dashedName: step-113 --- # --description-- Set the `font` to `12px verdana` using the `style` function. # --hints-- test-text ```js assert( $('.dashboard div table')[0].style.font.toLowerCase() === '12px verdana' ); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```