From 45cb294f9adb1532e0b88f1c236c28dab18a4efe Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 11 Sep 2015 17:04:02 -0400 Subject: fonts --- StoneIsland/www/css/fonts.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 StoneIsland/www/css/fonts.css (limited to 'StoneIsland/www/css/fonts.css') diff --git a/StoneIsland/www/css/fonts.css b/StoneIsland/www/css/fonts.css new file mode 100644 index 00000000..01fbb382 --- /dev/null +++ b/StoneIsland/www/css/fonts.css @@ -0,0 +1,37 @@ +@font-face { + font-family: andale; + src: url(fonts/andale_mono.woff); + font-style: normal; + font-weight: normal; +} + +@font-face { + font-family: pfd; + src: url(fonts/pfdintextpro-regular.woff); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: pfd; + src: url(fonts/pfdintextpro-bold.woff); + font-style: normal; + font-weight: bold; +} +@font-face { + font-family: pfd; + src: url(fonts/pfdintextpro-medium.woff); + font-style: normal; + font-weight: 300; +} +@font-face { + font-family: pfd; + src: url(fonts/pfdintextpro-light.woff); + font-style: normal; + font-weight: 100; +} +@font-face { + font-family: pfd; + src: url(fonts/pfdintextpro-italic.woff); + font-style: italic; + font-weight: normal; +} -- cgit v1.2.3-70-g09d2