diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:07:05 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-16 15:07:05 -0400 |
| commit | 164fc4407621b4bd6448dd7790d684635a023726 (patch) | |
| tree | 5622e9432bc7c9cca881f14a0471b6165194a988 /StoneIsland/platforms/ios/www/css/fonts/fonts.css | |
| parent | 14699818d58beef4b9b20b3ddb3e03641c0b7f21 (diff) | |
build
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/fonts/fonts.css')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/fonts/fonts.css | 37 |
1 files changed, 37 insertions, 0 deletions
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; +} |
