diff --git a/assets/calc.png b/assets/calc.png new file mode 100644 index 0000000..482db86 Binary files /dev/null and b/assets/calc.png differ diff --git a/assets/sftr.ttf b/assets/sftr.ttf new file mode 100644 index 0000000..b6855d8 Binary files /dev/null and b/assets/sftr.ttf differ diff --git a/assets/sftr.woff b/assets/sftr.woff new file mode 100644 index 0000000..223b47b Binary files /dev/null and b/assets/sftr.woff differ diff --git a/index.html b/index.html index 8e44775..2abe651 100644 --- a/index.html +++ b/index.html @@ -9,18 +9,18 @@ - +

-
-
-
+
+
+
-
+
-
+

000000
000008
@@ -41,9 +41,32 @@ 6f 66 20 74 68 65 20 20
77 65 62 0a

+

+ Howdy !
+ It's me
+ Ayabusa,
+ welcome
+ to my
+ corner
+ of the
+ web.
+

+
+ +
+
+ +
+
+

diff --git a/style.css b/style.css index ec68164..928c84e 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,9 @@ +@font-face { + font-family: 'sftr'; + src: url('assets/sftr.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + url('assets/sftr.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ +} + .txt-cyan { color: #8bc8feff; }