diff options
Diffstat (limited to 'wk8/pset/homepage')
-rw-r--r-- | wk8/pset/homepage/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index ceeb12b..5154b9f 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -1,3 +1,8 @@ +@font-face { + font-family: "FreePixel"; + src: url("https://sadhost.neocities.org/fonts/FreePixel.ttf") format("truetype"); +} + .centered { text-align: center; |