diff --git a/assets/OpenSans-Regular.ttf b/assets/OpenSans-Regular.ttf new file mode 100644 index 0000000..29bfd35 Binary files /dev/null and b/assets/OpenSans-Regular.ttf differ diff --git a/index.html b/index.html index 2e68d42..148aa02 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,9 @@ Cesium + + +

Cesium

@@ -14,8 +17,7 @@
GitHub: CesiumCs

other stuff

-

i dont check this stuff much, not an exhaustive list of my entire - presence on the internet

+

not an exhaustive list of my entire presence on the internet

Instagram: c.es.ium
Youtube: Cesium diff --git a/styles.css b/styles.css index a2c309d..89aae9c 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,7 @@ font-family: "Open Sans"; background-color: #0f1011; color: white; - width: 69vw; + width: 69vw; /* nice */ margin: auto; } a { @@ -10,4 +10,8 @@ a { text-decoration: none; text-shadow: 0 0 15px; } -/* TODO: make it not bad */ \ No newline at end of file +@font-face { + font-family: "Open Sans"; + src: url(assets/OpenSans-Regular.ttf); +} +/* TODO: make it not bad */