Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thepeopleseason/d0fe44b254d99170ec0899ed06c57b64 to your computer and use it in GitHub Desktop.

Select an option

Save thepeopleseason/d0fe44b254d99170ec0899ed06c57b64 to your computer and use it in GitHub Desktop.
Liquid replacement of curly braces
<link rel="stylesheet" href="https://thepeopleseason.github.io/planechase/card-symbols.css">
{% assign rbrace = "}" %}
{% assign lbrace = "{" %}
{{ IDX_0.mana_cost | replace: lbrace, "<abbr class='card-symbol card-symbol-" | replace: rbrace, "'></abbr>" }}
@thepeopleseason
Copy link
Author

thepeopleseason commented Aug 19, 2025

.beleren {
  @font-face{font-display:font-family:"Beleren";font-style:normal;font-weight: 400; src:url("https://thepeopleseason.github.io/planechase/images/Beleren-Bold.ttf") format("truetype")} 
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment