Skip to content

StandardTitleCard

Collin Heist edited this page Mar 19, 2022 · 22 revisions

Background

The default title card style based off Reddit user /u/UniversalPolymath's style. This is the most customizable card type, allowing modification to almost every aspect of the card.

This card can is used whenever card_type is specified as standard, or generic.

Example

Title Characteristics

Maximum Line Width

This card begins splitting titles at 32 characters. This was selected using the default font, and leaves a small side margin.

Maximum Line Count

This card will split titles into at most 3 lines (unless manually specified). With the standard font, this takes up over half the image and looks quite messy, but is enough space for pretty long titles.

Title Style

This card will split titles bottom heavy, meaning titles will be split such that they're longer at the bottom than the top. For example:

The One Where
Rachel's Sister Babysits

Default Title Font

Font

The default font used for titles is Sequel-Neue, seen below:

NOTE: This font's upper and lowercase characters are identical.

Case

The default font case is upper.

Color

The default font color is #EBEBEB.

Replacements

The default font swaps the [] and () characters, so a font replacement is used:

replacements:
  "[": (
  "]": )
  "(": [
  ")": ]
Clone this wiki locally