diff options
Diffstat (limited to 'StoneIsland/www/css/fonts/fonts.css')
| -rw-r--r-- | StoneIsland/www/css/fonts/fonts.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/StoneIsland/www/css/fonts/fonts.css b/StoneIsland/www/css/fonts/fonts.css new file mode 100644 index 00000000..8ddce654 --- /dev/null +++ b/StoneIsland/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; +} |
