diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-11 17:04:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-11 17:04:02 -0400 |
| commit | 45cb294f9adb1532e0b88f1c236c28dab18a4efe (patch) | |
| tree | 9d4cec42d59d4434b62c68fb248dc3f7aae1725f /StoneIsland/www/css/fonts.css | |
| parent | c273cadba219ed954af7d2076e2c32e00b38ad03 (diff) | |
fonts
Diffstat (limited to 'StoneIsland/www/css/fonts.css')
| -rw-r--r-- | StoneIsland/www/css/fonts.css | 37 |
1 files changed, 37 insertions, 0 deletions
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; +} |
