More font stuff
This commit is contained in:
parent
4361d3283c
commit
88fff3573d
@ -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">
|
||||||
|
9
root.css
9
root.css
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user