function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Derrick AbbeyDerrick Abbey 

Where is my community custom font file?

Our community was created by an outside vendor.  They used a custom font in the community, but I can't find the file that they used for the font.  I've checked our static resources as well as our file libraries, but I don't see any files that match the name in the CSS.  Here is the markup from the CSS that references where the custom file is.  Any ideas where I should be looking?
@font-face {
    font-family: 'GothamBold';
    src: url('/s/gothambold1.eot');
    src: url('/s/gothambold1.eot?#iefix') format('embedded-opentype'), url('/s/gothambold1.woff') format('woff'), url('/s/gothambold1.ttf') format('truetype'), url('/s/gothambold1.svg#svgFontName') format('svg');
}