diff options
author | Joris Guyonvarch | 2015-06-27 01:04:51 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-06-27 01:04:51 +0200 |
commit | 6ec9a6fc1d43c8d2a1495e147157dc545175b129 (patch) | |
tree | 9e9809a02c937e6a95eb9c63890a945a250ffa11 /CSS/font.css | |
parent | b590ca0aea8bbae34885e98b59bc465c09400ca3 (diff) |
Generate static pages with a watcher and serve files with a simple http server
Diffstat (limited to 'CSS/font.css')
-rw-r--r-- | CSS/font.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CSS/font.css b/CSS/font.css new file mode 100644 index 0000000..052f821 --- /dev/null +++ b/CSS/font.css @@ -0,0 +1,9 @@ +@font-face { + font-family: pacifico; + src: url(Fonts/pacifico.ttf); +} + +@font-face { + font-family: NothingYouCouldSay; + src: url(Fonts/NothingYouCouldSay.ttf); +} |