Common CTF trick: Replace each letter of wtqc with its glyph index or Unicode code point.
: Add the following to your main stylesheet:
To display these fonts correctly across all browsers, you must use the proper linking syntax. How to Implement a Font Link in HTML and CSS
@font-face font-family: "WTQC"; src: url("/fonts/wtqc.woff2") format("woff2"), url("/fonts/wtqc.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap;