In your Hierarchy search bar,
type
ref:“MyAssets/Fonts/hemi head bd it.ttf”
// Where 'MyAssets' and 'Fonts' are folder names and 'hemi head bd it.ttf' being the font name.
OR
In your project panel ,
For Example :
Assets -> Fonts -> hemi head bd it.ttf
being your Folder structure and font name respectively.
Right click on the Font Name and click 'Find References in Scene'.
This will show all the references in the Hierarchy where that font is being used.
Also, searching for "t:font" in the Project panel will find all fonts. You can then check which ones are set to be Dynamic.
Also, searching for "t:font" in the Project panel will find all fonts. You can then check which ones are set to be Dynamic.
– yoyo