13 <div><span> </span></div>
15 let $div
= document
.querySelector('div');
16 let $span
= document
.querySelector('span');
17 window
.onload = function () {
18 document
.fonts
.ready
.then(() => {
19 $div
.style
.height
= $span
.getBoundingClientRect().height
+ 'px';