More font stuff

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2025-02-28 13:39:31 -06:00
parent 4361d3283c
commit 88fff3573d
3 changed files with 10 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<!--img id=riitag src="https://tag.rc24.xyz/294976590658666497/tag.max.png" alt="My RiiTag" width=1024--> <!--img id=riitag src="https://tag.rc24.xyz/294976590658666497/tag.max.png" alt="My RiiTag" width=1024-->
<button id=DiscordButton class=button onClick="toggleDiscordWidget()">Show Discord Widget</button> <button id=DiscordButton class=button onClick="toggleDiscordWidget()">Show Discord Widget</button>
<div id="DiscordWidget" style="display: none"> <div id="DiscordWidget" style="display: none">
<iframe src="https://discord.com/widget?id=475327576110268466&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe> <!iframe src="https://discord.com/widget?id=475327576110268466&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div> </div>
<p> <p>
<a href="https://jigsaw.w3.org/css-validator/check/referer"> <a href="https://jigsaw.w3.org/css-validator/check/referer">

View File

@ -10,6 +10,15 @@
} }
@font-face {
font-family: "Roboto Mono";
font-optical-sizing: auto;
font-weight: medium;
font-style: normal;
src: url(RobotoMono-Medium.ttf) !important;
}
body { body {
font-family: EdgeOfTheGalaxy; font-family: EdgeOfTheGalaxy;
background-attachment: fixed; background-attachment: fixed;