summaryrefslogtreecommitdiffstats
path: root/askbot/templates/meta/fonts.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/meta/fonts.html')
-rw-r--r--askbot/templates/meta/fonts.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/askbot/templates/meta/fonts.html b/askbot/templates/meta/fonts.html
new file mode 100644
index 00000000..e8e54a8f
--- /dev/null
+++ b/askbot/templates/meta/fonts.html
@@ -0,0 +1,8 @@
+<style type="text/css">
+@font-face {
+ font-family: 'Open Sans Condensed';
+ font-style: normal;
+ font-weight: 700;
+ src: url('{{"/images/OpenSans-CondBold.ttf"|media}}');
+}
+</style>