summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--StoneIsland/www/css/fonts.css37
-rw-r--r--StoneIsland/www/css/fonts/andale_mono.ttfbin0 -> 109700 bytes
-rw-r--r--StoneIsland/www/css/fonts/andale_mono.woffbin0 -> 53751 bytes
-rw-r--r--StoneIsland/www/css/fonts/pfdintextpro-bold-webfont.woffbin0 -> 25068 bytes
-rw-r--r--StoneIsland/www/css/fonts/pfdintextpro-italic-webfont.woffbin0 -> 30160 bytes
-rw-r--r--StoneIsland/www/css/fonts/pfdintextpro-light-webfont.woffbin0 -> 28824 bytes
-rw-r--r--StoneIsland/www/css/fonts/pfdintextpro-medium-webfont.woffbin0 -> 26668 bytes
-rw-r--r--StoneIsland/www/css/fonts/pfdintextpro-regular-webfont.woffbin0 -> 25352 bytes
-rw-r--r--StoneIsland/www/index.html1
9 files changed, 38 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;
+}
diff --git a/StoneIsland/www/css/fonts/andale_mono.ttf b/StoneIsland/www/css/fonts/andale_mono.ttf
new file mode 100644
index 00000000..e766a6e1
--- /dev/null
+++ b/StoneIsland/www/css/fonts/andale_mono.ttf
Binary files differ
diff --git a/StoneIsland/www/css/fonts/andale_mono.woff b/StoneIsland/www/css/fonts/andale_mono.woff
new file mode 100644
index 00000000..9b0372de
--- /dev/null
+++ b/StoneIsland/www/css/fonts/andale_mono.woff
Binary files differ
diff --git a/StoneIsland/www/css/fonts/pfdintextpro-bold-webfont.woff b/StoneIsland/www/css/fonts/pfdintextpro-bold-webfont.woff
new file mode 100644
index 00000000..97aa9ea6
--- /dev/null
+++ b/StoneIsland/www/css/fonts/pfdintextpro-bold-webfont.woff
Binary files differ
diff --git a/StoneIsland/www/css/fonts/pfdintextpro-italic-webfont.woff b/StoneIsland/www/css/fonts/pfdintextpro-italic-webfont.woff
new file mode 100644
index 00000000..787d47cb
--- /dev/null
+++ b/StoneIsland/www/css/fonts/pfdintextpro-italic-webfont.woff
Binary files differ
diff --git a/StoneIsland/www/css/fonts/pfdintextpro-light-webfont.woff b/StoneIsland/www/css/fonts/pfdintextpro-light-webfont.woff
new file mode 100644
index 00000000..45f21c23
--- /dev/null
+++ b/StoneIsland/www/css/fonts/pfdintextpro-light-webfont.woff
Binary files differ
diff --git a/StoneIsland/www/css/fonts/pfdintextpro-medium-webfont.woff b/StoneIsland/www/css/fonts/pfdintextpro-medium-webfont.woff
new file mode 100644
index 00000000..4fb708fd
--- /dev/null
+++ b/StoneIsland/www/css/fonts/pfdintextpro-medium-webfont.woff
Binary files differ
diff --git a/StoneIsland/www/css/fonts/pfdintextpro-regular-webfont.woff b/StoneIsland/www/css/fonts/pfdintextpro-regular-webfont.woff
new file mode 100644
index 00000000..b51127f3
--- /dev/null
+++ b/StoneIsland/www/css/fonts/pfdintextpro-regular-webfont.woff
Binary files differ
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index c0c5b331..db373ea5 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -16,6 +16,7 @@
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
+ <link rel="stylesheet" type="text/css" href="css/fonts.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<title>Stone Island</title>
</head>