Font — I--- Ttsupersizebk-

The strange i--- at the beginning is likely not part of the font’s intended name. Based on forensic analysis of similar corrupted strings, here are the four most probable origins:

Since the exact "Supersize Black" is rare, here are three nearly identical free fonts you can download immediately: i--- Ttsupersizebk- Font

| Font Name | Foundry | Best For | Weight | | :--- | :--- | :--- | :--- | | Bebas Neue | Dharma Type | Headlines | Bold | | Anton | Google Fonts | Posters | Black | | Oswald | Google Fonts | Web UI | Heavy | The strange i--- at the beginning is likely

Search for these in your preferred font store. They will be cleaner than any corrupted i--- file. If you need to use this font on


If you need to use this font on a website, first convert it to WOFF2 (using CloudConvert or FontSquirrel). Then:

@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;

  • It will appear in apps as "Supersize Black" (or the internal name).
  • Regardless of the exact name, here is the universal process to get a large, bold TrueType font onto your system.