From 6ec9a6fc1d43c8d2a1495e147157dc545175b129 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 27 Jun 2015 01:04:51 +0200 Subject: Generate static pages with a watcher and serve files with a simple http server --- CSS/font.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CSS/font.css (limited to 'CSS/font.css') 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); +} -- cgit v1.2.3