Browser Debugging Tool – Search for missing font family on page
Project detail
Using the renderedfont function in the attached file, create a script to be used in the browser console to scan every element in the currently load pages dom. The function will return a list of fonts from the font family and your should should check to see if OpenSans is one of the fonts listed. If it is not then it should return an array of the elements and the path of the element in the dom referencing classes using the dompath function.