diff --git a/index.html b/index.html
index 230383c..adcf2c3 100644
--- a/index.html
+++ b/index.html
@@ -1,22 +1,29 @@
-
-
-
-
-
- helix
-
-
-
- helix
- about me
- pronouns: she/her or they/them, prefer they/them
- i like ipods and optical media, i also like i2p.
- my accounts
- xmpp:helix@h2.gay
- matrix: @vel:telepath.im
- discord (dont check often): vel.fsky.io
- git (i have like nothing lmfao): https://forge.fsky.io/vel
- join my shitty MUC today
-
-
-
\ No newline at end of file
+
+
+
+
+ helix
+
+
+
+ helix
+
+ about me
+ pronouns: she/her or they/them, prefer they/them
+ i like ipods and optical media, i also like i2p.
+
+
+ my accounts
+ xmpp:helix@h2.gay
+ matrix: @vel:telepath.im
+ discord (dont check often): vel.fsky.io
+ git (i have like nothing lmfao): https://forge.fsky.io/vel
+ join my shitty MUC today
+
+
+
+
+
+
+
diff --git a/raleway.woff2 b/raleway.woff2
new file mode 100644
index 0000000..4ab23eb
Binary files /dev/null and b/raleway.woff2 differ
diff --git a/styles.css b/styles.css
index 9beca2c..c5a655a 100644
--- a/styles.css
+++ b/styles.css
@@ -1,16 +1,27 @@
@font-face {
- font-family: Raleway;
- src: url(raleway.ttf);
+ font-family: Raleway WOFF2;
+ src: url('/raleway.woff2');
+}
+
+@font-face {
+ font-family: Raleway TTF;
+ src: url('/raleway.ttf');
}
body {
- background-image: url(bg.jpg);
- background-repeat: no-repeat;
- background-color: #ffcfdb;
- font-family: Raleway;
- padding: 20px;
+ background-image: url(bg.jpg);
+ background-repeat: no-repeat;
+ background-color: #ffcfdb;
+ font-family: Raleway WOFF2, Raleway TTF, sans-serif;
+ padding: 20px;
}
* {
- color: #ffcfdb;
-}
\ No newline at end of file
+ color: #ffcfdb;
+}
+
+br {
+ display: block;
+ margin-top: 8px;
+ margin-bottom: 8px;
+}