diff --git a/content/styles/_customfonts.scss b/content/styles/_customfonts.scss
index b8b4e16a..83ccc9f5 100644
--- a/content/styles/_customfonts.scss
+++ b/content/styles/_customfonts.scss
@@ -1,22 +1,56 @@
@font-face {
font-family: 'TitilliumText';
- src: url('/fonts/titilliumtext22l002-webfont.eot');
- src: url('/fonts/titilliumtext22l002-webfont.eot?#iefix') format('embedded-opentype'),
- url('/fonts/titilliumtext22l002-webfont.woff') format('woff'),
- url('/fonts/titilliumtext22l002-webfont.ttf') format('truetype'),
- url('/fonts/titilliumtext22l002-webfont.svg#TitilliumText22LLight') format('svg');
+ src: url('/fonts/titillium-light-webfont.eot');
+ src: url('/fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/titillium-light-webfont.woff') format('woff'),
+ url('/fonts/titillium-light-webfont.ttf') format('truetype'),
+ url('/fonts/titillium-light-webfont.svg#TitilliumText22LLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TitilliumText';
- src: url('/fonts/titilliumtext22l006-webfont.eot');
- src: url('/fonts/titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
- url('/fonts/titilliumtext22l006-webfont.woff') format('woff'),
- url('/fonts/titilliumtext22l006-webfont.ttf') format('truetype'),
- url('/fonts/titilliumtext22l006-webfont.svg#TitilliumText22LXBold') format('svg');
- font-weight: bold;
+ src: url('/fonts/titillium-regular-webfont.eot');
+ src: url('/fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/titillium-regular-webfont.woff') format('woff'),
+ url('/fonts/titillium-regular-webfont.ttf') format('truetype'),
+ url('/fonts/titillium-regular-webfont.svg#TitilliumText22Regular') format('svg');
+ font-weight: 500;
font-style: normal;
}
+@font-face {
+ font-family: 'TitilliumText';
+ src: url('/fonts/titillium-semibold-webfont.eot');
+ src: url('/fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/titillium-semibold-webfont.woff') format('woff'),
+ url('/fonts/titillium-semibold-webfont.ttf') format('truetype'),
+ url('/fonts/titillium-semibold-webfont.svg#TitilliumText22LSemibold') format('svg');
+ font-weight: 600;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TitilliumText';
+ src: url('/fonts/titillium-bold-webfont.eot');
+ src: url('/fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/titillium-bold-webfont.woff') format('woff'),
+ url('/fonts/titillium-bold-webfont.ttf') format('truetype'),
+ url('/fonts/titillium-bold-webfont.svg#TitilliumText22LBold') format('svg');
+ //font-weight: 700;
+ font-weight: bold;
+ font-style: normal;
+}
+/*
+@font-face {
+ font-family: 'TitilliumText';
+ src: url('/fonts/titillium-black-webfont.eot');
+ src: url('/fonts/titillium-black-webfont.eot?#iefix') format('embedded-opentype'),
+ url('/fonts/titillium-black-webfont.woff') format('woff'),
+ url('/fonts/titillium-black-webfont.ttf') format('truetype'),
+ url('/fonts/titillium-black-webfont.svg#TitilliumText22LXBold') format('svg');
+ font-weight: 900;
+ font-style: normal;
+}
+*/
diff --git a/content/styles/_customstyles.scss b/content/styles/_customstyles.scss
index b345c330..a6cfe3f3 100644
--- a/content/styles/_customstyles.scss
+++ b/content/styles/_customstyles.scss
@@ -3,18 +3,28 @@ $mainPadding: 15px;
body {
background-image: url(/img/bg.png);
background-repeat: both;
+ font-weight: normal;
}
p {
margin-bottom: 5px;
}
+strong {
+ font-weight: 600;
+}
+
+a {
+ font-weight: 500;
+}
+
a:hover, a:focus {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
a {
+ font-weight: bold;
color: inherit;
}
a:hover, a:focus {
@@ -22,9 +32,9 @@ h1,h2,h3,h4,h5,h6 {
}
}
-h1,
-h2,
-h3 { line-height: $baseLineHeight * 1.5; }
+h1,h2,h3 {
+ line-height: $baseLineHeight * 1.5;
+}
h1 { font-size: $baseFontSize * 2; }
h2 { font-size: $baseFontSize * 1.5; }
diff --git a/static/fonts/titillium-black-webfont.eot b/static/fonts/titillium-black-webfont.eot
new file mode 100644
index 00000000..da9dafaf
Binary files /dev/null and b/static/fonts/titillium-black-webfont.eot differ
diff --git a/static/fonts/titillium-black-webfont.svg b/static/fonts/titillium-black-webfont.svg
new file mode 100644
index 00000000..49183883
--- /dev/null
+++ b/static/fonts/titillium-black-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-black-webfont.ttf b/static/fonts/titillium-black-webfont.ttf
new file mode 100644
index 00000000..70bd27f8
Binary files /dev/null and b/static/fonts/titillium-black-webfont.ttf differ
diff --git a/static/fonts/titillium-black-webfont.woff b/static/fonts/titillium-black-webfont.woff
new file mode 100644
index 00000000..5fde72cd
Binary files /dev/null and b/static/fonts/titillium-black-webfont.woff differ
diff --git a/static/fonts/titillium-bold-webfont.eot b/static/fonts/titillium-bold-webfont.eot
new file mode 100644
index 00000000..5203a1a6
Binary files /dev/null and b/static/fonts/titillium-bold-webfont.eot differ
diff --git a/static/fonts/titillium-bold-webfont.svg b/static/fonts/titillium-bold-webfont.svg
new file mode 100644
index 00000000..4a603ba5
--- /dev/null
+++ b/static/fonts/titillium-bold-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-bold-webfont.ttf b/static/fonts/titillium-bold-webfont.ttf
new file mode 100644
index 00000000..0a104ccc
Binary files /dev/null and b/static/fonts/titillium-bold-webfont.ttf differ
diff --git a/static/fonts/titillium-bold-webfont.woff b/static/fonts/titillium-bold-webfont.woff
new file mode 100644
index 00000000..b1502c38
Binary files /dev/null and b/static/fonts/titillium-bold-webfont.woff differ
diff --git a/static/fonts/titillium-bolditalic-webfont.eot b/static/fonts/titillium-bolditalic-webfont.eot
new file mode 100644
index 00000000..66bc08e8
Binary files /dev/null and b/static/fonts/titillium-bolditalic-webfont.eot differ
diff --git a/static/fonts/titillium-bolditalic-webfont.svg b/static/fonts/titillium-bolditalic-webfont.svg
new file mode 100644
index 00000000..2fa0e16e
--- /dev/null
+++ b/static/fonts/titillium-bolditalic-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-bolditalic-webfont.ttf b/static/fonts/titillium-bolditalic-webfont.ttf
new file mode 100644
index 00000000..9cf72acd
Binary files /dev/null and b/static/fonts/titillium-bolditalic-webfont.ttf differ
diff --git a/static/fonts/titillium-bolditalic-webfont.woff b/static/fonts/titillium-bolditalic-webfont.woff
new file mode 100644
index 00000000..27e8e6e6
Binary files /dev/null and b/static/fonts/titillium-bolditalic-webfont.woff differ
diff --git a/static/fonts/titillium-boldupright-webfont.eot b/static/fonts/titillium-boldupright-webfont.eot
new file mode 100644
index 00000000..10fd1e50
Binary files /dev/null and b/static/fonts/titillium-boldupright-webfont.eot differ
diff --git a/static/fonts/titillium-boldupright-webfont.svg b/static/fonts/titillium-boldupright-webfont.svg
new file mode 100644
index 00000000..5c4f19c5
--- /dev/null
+++ b/static/fonts/titillium-boldupright-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-boldupright-webfont.ttf b/static/fonts/titillium-boldupright-webfont.ttf
new file mode 100644
index 00000000..e99f9374
Binary files /dev/null and b/static/fonts/titillium-boldupright-webfont.ttf differ
diff --git a/static/fonts/titillium-boldupright-webfont.woff b/static/fonts/titillium-boldupright-webfont.woff
new file mode 100644
index 00000000..c32d7c3d
Binary files /dev/null and b/static/fonts/titillium-boldupright-webfont.woff differ
diff --git a/static/fonts/titillium-light-webfont.eot b/static/fonts/titillium-light-webfont.eot
new file mode 100644
index 00000000..24942e31
Binary files /dev/null and b/static/fonts/titillium-light-webfont.eot differ
diff --git a/static/fonts/titillium-light-webfont.svg b/static/fonts/titillium-light-webfont.svg
new file mode 100644
index 00000000..4a7411e8
--- /dev/null
+++ b/static/fonts/titillium-light-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-light-webfont.ttf b/static/fonts/titillium-light-webfont.ttf
new file mode 100644
index 00000000..ff5ec1db
Binary files /dev/null and b/static/fonts/titillium-light-webfont.ttf differ
diff --git a/static/fonts/titillium-light-webfont.woff b/static/fonts/titillium-light-webfont.woff
new file mode 100644
index 00000000..b6eb805d
Binary files /dev/null and b/static/fonts/titillium-light-webfont.woff differ
diff --git a/static/fonts/titillium-lightitalic-webfont.eot b/static/fonts/titillium-lightitalic-webfont.eot
new file mode 100644
index 00000000..2920cd5d
Binary files /dev/null and b/static/fonts/titillium-lightitalic-webfont.eot differ
diff --git a/static/fonts/titillium-lightitalic-webfont.svg b/static/fonts/titillium-lightitalic-webfont.svg
new file mode 100644
index 00000000..ea4b00af
--- /dev/null
+++ b/static/fonts/titillium-lightitalic-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-lightitalic-webfont.ttf b/static/fonts/titillium-lightitalic-webfont.ttf
new file mode 100644
index 00000000..425f7374
Binary files /dev/null and b/static/fonts/titillium-lightitalic-webfont.ttf differ
diff --git a/static/fonts/titillium-lightitalic-webfont.woff b/static/fonts/titillium-lightitalic-webfont.woff
new file mode 100644
index 00000000..359b7c43
Binary files /dev/null and b/static/fonts/titillium-lightitalic-webfont.woff differ
diff --git a/static/fonts/titillium-lightupright-webfont.eot b/static/fonts/titillium-lightupright-webfont.eot
new file mode 100644
index 00000000..7d732862
Binary files /dev/null and b/static/fonts/titillium-lightupright-webfont.eot differ
diff --git a/static/fonts/titillium-lightupright-webfont.svg b/static/fonts/titillium-lightupright-webfont.svg
new file mode 100644
index 00000000..748e7615
--- /dev/null
+++ b/static/fonts/titillium-lightupright-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-lightupright-webfont.ttf b/static/fonts/titillium-lightupright-webfont.ttf
new file mode 100644
index 00000000..631efcfa
Binary files /dev/null and b/static/fonts/titillium-lightupright-webfont.ttf differ
diff --git a/static/fonts/titillium-lightupright-webfont.woff b/static/fonts/titillium-lightupright-webfont.woff
new file mode 100644
index 00000000..cf5145a6
Binary files /dev/null and b/static/fonts/titillium-lightupright-webfont.woff differ
diff --git a/static/fonts/titillium-regular-webfont.eot b/static/fonts/titillium-regular-webfont.eot
new file mode 100644
index 00000000..04426301
Binary files /dev/null and b/static/fonts/titillium-regular-webfont.eot differ
diff --git a/static/fonts/titillium-regular-webfont.svg b/static/fonts/titillium-regular-webfont.svg
new file mode 100644
index 00000000..88877e0e
--- /dev/null
+++ b/static/fonts/titillium-regular-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-regular-webfont.ttf b/static/fonts/titillium-regular-webfont.ttf
new file mode 100644
index 00000000..5febb3d6
Binary files /dev/null and b/static/fonts/titillium-regular-webfont.ttf differ
diff --git a/static/fonts/titillium-regular-webfont.woff b/static/fonts/titillium-regular-webfont.woff
new file mode 100644
index 00000000..84ae6c3d
Binary files /dev/null and b/static/fonts/titillium-regular-webfont.woff differ
diff --git a/static/fonts/titillium-regularitalic-webfont.eot b/static/fonts/titillium-regularitalic-webfont.eot
new file mode 100644
index 00000000..450c6a60
Binary files /dev/null and b/static/fonts/titillium-regularitalic-webfont.eot differ
diff --git a/static/fonts/titillium-regularitalic-webfont.svg b/static/fonts/titillium-regularitalic-webfont.svg
new file mode 100644
index 00000000..f5357703
--- /dev/null
+++ b/static/fonts/titillium-regularitalic-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-regularitalic-webfont.ttf b/static/fonts/titillium-regularitalic-webfont.ttf
new file mode 100644
index 00000000..92ebc1fc
Binary files /dev/null and b/static/fonts/titillium-regularitalic-webfont.ttf differ
diff --git a/static/fonts/titillium-regularitalic-webfont.woff b/static/fonts/titillium-regularitalic-webfont.woff
new file mode 100644
index 00000000..0816cfd5
Binary files /dev/null and b/static/fonts/titillium-regularitalic-webfont.woff differ
diff --git a/static/fonts/titillium-regularupright-webfont.eot b/static/fonts/titillium-regularupright-webfont.eot
new file mode 100644
index 00000000..cca9c3e4
Binary files /dev/null and b/static/fonts/titillium-regularupright-webfont.eot differ
diff --git a/static/fonts/titillium-regularupright-webfont.svg b/static/fonts/titillium-regularupright-webfont.svg
new file mode 100644
index 00000000..cc26e342
--- /dev/null
+++ b/static/fonts/titillium-regularupright-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-regularupright-webfont.ttf b/static/fonts/titillium-regularupright-webfont.ttf
new file mode 100644
index 00000000..a57e8f39
Binary files /dev/null and b/static/fonts/titillium-regularupright-webfont.ttf differ
diff --git a/static/fonts/titillium-regularupright-webfont.woff b/static/fonts/titillium-regularupright-webfont.woff
new file mode 100644
index 00000000..73907ce0
Binary files /dev/null and b/static/fonts/titillium-regularupright-webfont.woff differ
diff --git a/static/fonts/titillium-semibold-webfont.eot b/static/fonts/titillium-semibold-webfont.eot
new file mode 100644
index 00000000..ec42bbfc
Binary files /dev/null and b/static/fonts/titillium-semibold-webfont.eot differ
diff --git a/static/fonts/titillium-semibold-webfont.svg b/static/fonts/titillium-semibold-webfont.svg
new file mode 100644
index 00000000..f319eaa4
--- /dev/null
+++ b/static/fonts/titillium-semibold-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-semibold-webfont.ttf b/static/fonts/titillium-semibold-webfont.ttf
new file mode 100644
index 00000000..e05a0753
Binary files /dev/null and b/static/fonts/titillium-semibold-webfont.ttf differ
diff --git a/static/fonts/titillium-semibold-webfont.woff b/static/fonts/titillium-semibold-webfont.woff
new file mode 100644
index 00000000..0543b8ee
Binary files /dev/null and b/static/fonts/titillium-semibold-webfont.woff differ
diff --git a/static/fonts/titillium-semibolditalic-webfont.eot b/static/fonts/titillium-semibolditalic-webfont.eot
new file mode 100644
index 00000000..9268e2a4
Binary files /dev/null and b/static/fonts/titillium-semibolditalic-webfont.eot differ
diff --git a/static/fonts/titillium-semibolditalic-webfont.svg b/static/fonts/titillium-semibolditalic-webfont.svg
new file mode 100644
index 00000000..66f25650
--- /dev/null
+++ b/static/fonts/titillium-semibolditalic-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-semibolditalic-webfont.ttf b/static/fonts/titillium-semibolditalic-webfont.ttf
new file mode 100644
index 00000000..c8b01061
Binary files /dev/null and b/static/fonts/titillium-semibolditalic-webfont.ttf differ
diff --git a/static/fonts/titillium-semibolditalic-webfont.woff b/static/fonts/titillium-semibolditalic-webfont.woff
new file mode 100644
index 00000000..d00e0680
Binary files /dev/null and b/static/fonts/titillium-semibolditalic-webfont.woff differ
diff --git a/static/fonts/titillium-semiboldupright-webfont.eot b/static/fonts/titillium-semiboldupright-webfont.eot
new file mode 100644
index 00000000..86b1c0da
Binary files /dev/null and b/static/fonts/titillium-semiboldupright-webfont.eot differ
diff --git a/static/fonts/titillium-semiboldupright-webfont.svg b/static/fonts/titillium-semiboldupright-webfont.svg
new file mode 100644
index 00000000..6fbc061f
--- /dev/null
+++ b/static/fonts/titillium-semiboldupright-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-semiboldupright-webfont.ttf b/static/fonts/titillium-semiboldupright-webfont.ttf
new file mode 100644
index 00000000..79526036
Binary files /dev/null and b/static/fonts/titillium-semiboldupright-webfont.ttf differ
diff --git a/static/fonts/titillium-semiboldupright-webfont.woff b/static/fonts/titillium-semiboldupright-webfont.woff
new file mode 100644
index 00000000..d3215b7c
Binary files /dev/null and b/static/fonts/titillium-semiboldupright-webfont.woff differ
diff --git a/static/fonts/titillium-thin-webfont.eot b/static/fonts/titillium-thin-webfont.eot
new file mode 100644
index 00000000..dbb7433e
Binary files /dev/null and b/static/fonts/titillium-thin-webfont.eot differ
diff --git a/static/fonts/titillium-thin-webfont.svg b/static/fonts/titillium-thin-webfont.svg
new file mode 100644
index 00000000..b90d7222
--- /dev/null
+++ b/static/fonts/titillium-thin-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-thin-webfont.ttf b/static/fonts/titillium-thin-webfont.ttf
new file mode 100644
index 00000000..f497e869
Binary files /dev/null and b/static/fonts/titillium-thin-webfont.ttf differ
diff --git a/static/fonts/titillium-thin-webfont.woff b/static/fonts/titillium-thin-webfont.woff
new file mode 100644
index 00000000..f68175f5
Binary files /dev/null and b/static/fonts/titillium-thin-webfont.woff differ
diff --git a/static/fonts/titillium-thinitalic-webfont.eot b/static/fonts/titillium-thinitalic-webfont.eot
new file mode 100644
index 00000000..cf515537
Binary files /dev/null and b/static/fonts/titillium-thinitalic-webfont.eot differ
diff --git a/static/fonts/titillium-thinitalic-webfont.svg b/static/fonts/titillium-thinitalic-webfont.svg
new file mode 100644
index 00000000..f11f9062
--- /dev/null
+++ b/static/fonts/titillium-thinitalic-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-thinitalic-webfont.ttf b/static/fonts/titillium-thinitalic-webfont.ttf
new file mode 100644
index 00000000..02e17050
Binary files /dev/null and b/static/fonts/titillium-thinitalic-webfont.ttf differ
diff --git a/static/fonts/titillium-thinitalic-webfont.woff b/static/fonts/titillium-thinitalic-webfont.woff
new file mode 100644
index 00000000..2bceefdb
Binary files /dev/null and b/static/fonts/titillium-thinitalic-webfont.woff differ
diff --git a/static/fonts/titillium-thinupright-webfont.eot b/static/fonts/titillium-thinupright-webfont.eot
new file mode 100644
index 00000000..1e075e9b
Binary files /dev/null and b/static/fonts/titillium-thinupright-webfont.eot differ
diff --git a/static/fonts/titillium-thinupright-webfont.svg b/static/fonts/titillium-thinupright-webfont.svg
new file mode 100644
index 00000000..93e7587a
--- /dev/null
+++ b/static/fonts/titillium-thinupright-webfont.svg
@@ -0,0 +1,240 @@
+
+
+
\ No newline at end of file
diff --git a/static/fonts/titillium-thinupright-webfont.ttf b/static/fonts/titillium-thinupright-webfont.ttf
new file mode 100644
index 00000000..0e1921ec
Binary files /dev/null and b/static/fonts/titillium-thinupright-webfont.ttf differ
diff --git a/static/fonts/titillium-thinupright-webfont.woff b/static/fonts/titillium-thinupright-webfont.woff
new file mode 100644
index 00000000..0cfb850b
Binary files /dev/null and b/static/fonts/titillium-thinupright-webfont.woff differ
diff --git a/static/fonts/titilliumtext22l002-webfont.eot b/static/fonts/titilliumtext22l002-webfont.eot
deleted file mode 100644
index 6b2b6e5d..00000000
Binary files a/static/fonts/titilliumtext22l002-webfont.eot and /dev/null differ
diff --git a/static/fonts/titilliumtext22l002-webfont.svg b/static/fonts/titilliumtext22l002-webfont.svg
deleted file mode 100644
index 281d0687..00000000
--- a/static/fonts/titilliumtext22l002-webfont.svg
+++ /dev/null
@@ -1,547 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/static/fonts/titilliumtext22l002-webfont.ttf b/static/fonts/titilliumtext22l002-webfont.ttf
deleted file mode 100644
index d3fc90e7..00000000
Binary files a/static/fonts/titilliumtext22l002-webfont.ttf and /dev/null differ
diff --git a/static/fonts/titilliumtext22l002-webfont.woff b/static/fonts/titilliumtext22l002-webfont.woff
deleted file mode 100644
index c2c40c62..00000000
Binary files a/static/fonts/titilliumtext22l002-webfont.woff and /dev/null differ
diff --git a/static/fonts/titilliumtext22l006-webfont.eot b/static/fonts/titilliumtext22l006-webfont.eot
deleted file mode 100644
index 7c26bb4f..00000000
Binary files a/static/fonts/titilliumtext22l006-webfont.eot and /dev/null differ
diff --git a/static/fonts/titilliumtext22l006-webfont.svg b/static/fonts/titilliumtext22l006-webfont.svg
deleted file mode 100644
index 162c2a1c..00000000
--- a/static/fonts/titilliumtext22l006-webfont.svg
+++ /dev/null
@@ -1,547 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/static/fonts/titilliumtext22l006-webfont.ttf b/static/fonts/titilliumtext22l006-webfont.ttf
deleted file mode 100644
index 16966eec..00000000
Binary files a/static/fonts/titilliumtext22l006-webfont.ttf and /dev/null differ
diff --git a/static/fonts/titilliumtext22l006-webfont.woff b/static/fonts/titilliumtext22l006-webfont.woff
deleted file mode 100644
index a9eaf4ab..00000000
Binary files a/static/fonts/titilliumtext22l006-webfont.woff and /dev/null differ