-
-
Notifications
You must be signed in to change notification settings - Fork 23
StandardTitleCard
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
.
This card begins splitting titles at 32
characters. This was selected using the default font, and leaves a small side margin.
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.
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
The default font used for titles is Sequel-Neue
, seen below:
NOTE: This font's upper and lowercase characters are identical.
The default font case is upper
.
The default font color is #EBEBEB
.
The default font swaps the []
and ()
characters, so a font replacement is used:
replacements:
"[": (
"]": )
"(": [
")": ]