From 164fc4407621b4bd6448dd7790d684635a023726 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 16 Sep 2015 15:07:05 -0400 Subject: build --- StoneIsland/platforms/ios/www/css/fonts/fonts.css | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 StoneIsland/platforms/ios/www/css/fonts/fonts.css (limited to 'StoneIsland/platforms/ios/www/css/fonts/fonts.css') diff --git a/StoneIsland/platforms/ios/www/css/fonts/fonts.css b/StoneIsland/platforms/ios/www/css/fonts/fonts.css new file mode 100644 index 00000000..8ddce654 --- /dev/null +++ b/StoneIsland/platforms/ios/www/css/fonts/fonts.css @@ -0,0 +1,37 @@ +@font-face { + font-family: andale; + src: url(andale_mono.woff); + font-style: normal; + font-weight: normal; +} + +@font-face { + font-family: pfd; + src: url(pfdintextpro-regular-webfont.woff); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-bold-webfont.woff); + font-style: normal; + font-weight: bold; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-medium-webfont.woff); + font-style: normal; + font-weight: 300; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-light-webfont.woff); + font-style: normal; + font-weight: 100; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-italic-webfont.woff); + font-style: italic; + font-weight: normal; +} -- cgit v1.2.3-70-g09d2