diff options
| author | soaos <soaos@soaos.dev> | 2025-12-31 00:22:53 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-12-31 00:22:53 -0500 |
| commit | 114790bbc55e08ebf28e4431003906d28e6ff8fc (patch) | |
| tree | 591d682148136a342f6d019c26f75dbcb969732d | |
| parent | 4ff9babd7149dae3e6a42f8caa31e58d9e6375d8 (diff) | |
emoji rendering fix
| -rw-r--r-- | content/about.md | 4 | ||||
| -rw-r--r-- | static/98.css | 1 | ||||
| -rw-r--r-- | templates/base.html | 3 | ||||
| -rw-r--r-- | templates/index.html | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/content/about.md b/content/about.md index a1ca951..e20f3ac 100644 --- a/content/about.md +++ b/content/about.md @@ -21,7 +21,7 @@ Check out my [projects page](/projects) to see all the stuff I'm working on! If you want to do something cool together, or just shoot the shit about whatever, feel free to send me an email at [soaos@soaos.dev](mailto:soaos@soaos.dev) or (if you're a cool guy) an instant message via Jabber/XMPP at [soaos@chat.soaos.dev](xmpp:soaos@chat.soaos.dev). I'm always excited to meet like-minded and passionate people. -## ❤️ Some Stuff I Like +## 🖤 Some Stuff I Like ### > 🎶 Music @@ -69,4 +69,4 @@ Godspeed You! Black Emperor - Lift Your Skinny Fists Like Antennas to Heaven  -If These Trees Could Talk - Above the Earth, Below the Sky -->
\ No newline at end of file +If These Trees Could Talk - Above the Earth, Below the Sky --> diff --git a/static/98.css b/static/98.css index 8012d93..337018c 100644 --- a/static/98.css +++ b/static/98.css @@ -111,6 +111,7 @@ body { font-family: unifont; font-size: 1rem; + font-variant-emoji: text; color: var(--text-color); } diff --git a/templates/base.html b/templates/base.html index 95d610b..b61eea1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ href="/assets/UnifontExMono.woff2" as="font" type="font/woff2" + crossorigin="anonymous" /> <link rel="stylesheet" href="/98.css" /> <link rel="stylesheet" href="/style.css" /> @@ -31,7 +32,7 @@ <main>{% block content %} {% endblock content %}</main> <footer class="window"> <div class="title-bar"> - <div class="title-bar-text">🎖️ Badges</div> + <div class="title-bar-text">🎖 Badges</div> </div> <div class="window-body"> <ul id="badge-grid" class="no-bullets"> diff --git a/templates/index.html b/templates/index.html index df6d4c6..170cfaa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,7 +32,7 @@ I'm an "artist" and professional software developer. In my free time I mostly wo {{ macros::subtree(name="Find me on the Web", open=true) }} {{ macros::treelink(text="📧 E-Mail: soaos@soaos.dev", url="mailto:soaos@soaos.dev", rel="me") }} {{ macros::treelink(text="💬 XMPP: soaos@chat.soaos.dev", url="xmpp:soaos@chat.soaos.dev", rel="me") }} - {{ macros::treelink(text="☕️ StatusCafe: soaos", url="https://status.cafe/users/soaos", blank=true, rel="me") }} + {{ macros::treelink(text="☕ StatusCafe: soaos", url="https://status.cafe/users/soaos", blank=true, rel="me") }} {{ macros::treelink(text="🐘 Mastodon: soaos@furry.engineer", url="http://soaos.dog", rel="me", blank=true) }} {{ macros::treelink(text="🦀 SSB: @Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", url="https://ssb.soaos.dev/~core/ssb/#@Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", rel="me", blank=true) }} {{ macros::treelink(text="⬡ ListenBrainz: soaos", url="https://listenbrainz.org/user/soaos/", rel="me", blank=true) }} |
