After thorough analysis, the keyword "i--- Ttsupersizebk- Font" does not correspond to any mainstream, professionally released typeface. Instead, it is best interpreted as:
Practical Recommendation: Do not risk installing the file as-is. Instead, extract its internal name using TTX. If that fails, delete the file and download a clean alternative like Anton or Bebas Neue. These will provide the same visual impact—massive, thick letterforms—without the headache of corrupted metadata.
If you are determined to use the original, first run it through a font validator. And always remember: In typography, a clean name is the first sign of a clean font.
Have you encountered a similarly garbled font name? Share your i--- stories in the comments below. i--- Ttsupersizebk- Font
After an extensive search of font databases (Google Fonts, Adobe Fonts, DaFont, MyFonts), typography encyclopedias, and system font registries (Windows, macOS, Linux), no officially recognized font family matches the exact string "i--- Ttsupersizebk- Font".
However, this is not a dead end. In the world of digital typography, such a string often points to one of three things: a corrupted file name, a unique internal PostScript or System name for a popular font, or a user-generated hack/code for a design tool. This article will decode the anatomy of this string, identify the most likely font it represents, and teach you how to find and use "Supersize" style fonts in your projects.
If you need to use this font on a website, first convert it to WOFF2 (using CloudConvert or FontSquirrel). Then: Practical Recommendation: Do not risk installing the file
@font-face
font-family: 'Supersize Black';
src: url('supersize-black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
body
font-family: 'Supersize Black', sans-serif;
Even if the filename is garbled, every TrueType font contains an internal name table. Use a free tool like TTX (from FontTools) to dump the font’s metadata:
ttx -t name 'i--- Ttsupersizebk- Font.ttf'
Look for the nameID=1 (Family name) and nameID=2 (Subfamily). It might read: Supersize and Black.
Let's break down i--- Ttsupersizebk- Font into logical components: If you need to use this font on
Ttsupersizebk : This is the meat of the keyword.
Font : A generic suffix indicating a file type.
Initial Verdict: The keyword is almost certainly a mangled or misremembered font name. The closest real-world candidate is a heavily bolded (Supersize) variant of a common TrueType font where the original name had an "I" or "Inter" prefix.
The i--- prefix and unusual spacing are red flags. Your file may be truncated or have a damaged internal name table. Here’s how to repair it.