summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/fonts
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-15 16:54:38 -0400
committerJules Laplace <jules@okfoc.us>2015-09-15 16:56:28 -0400
commitd5855a5d5b7c16a2c262ad2b98aabe5e8dd161f0 (patch)
tree6debdaea50594aa9a57707d2cb2e360b5f5aa6d8 /StoneIsland/www/css/fonts
parent007ef2401acf0a98d7412dba06e1acd5f3957a1b (diff)
begin writing navigation css
Diffstat (limited to 'StoneIsland/www/css/fonts')
-rw-r--r--StoneIsland/www/css/fonts/fonts.css37
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;
+}