diff --git a/themes/catcher/static/css/catcher.css b/themes/catcher/static/css/catcher.css
index 438ddfb..56fb697 100644
--- a/themes/catcher/static/css/catcher.css
+++ b/themes/catcher/static/css/catcher.css
@@ -1,19 +1,63 @@
+/* roboto-mono-italic - latin */
@font-face {
- font-family: 'Fantasque Sans Mono';
- src: url('/theme/fonts/FantasqueSansMono-Regular.eot'); /* IE 9 Compatibility Mode */
- src: url('/theme/fonts/FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
- url('/theme/fonts/FantasqueSansMono-Regular.woff2') format('woff2'),
- url('/theme/fonts/FantasqueSansMono-Regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
- url('/theme/fonts/FantasqueSansMono-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/theme/fonts/FantasqueSansMono-Regular.svg#FantasqueSansMono-Regular') format('svg'); /* Chrome < 4, Legacy iOS */
+ font-family: 'Roboto Mono';
+ font-style: italic;
font-weight: 400;
+ src: url('/theme/fonts/roboto-mono-v7-latin-italic.eot'); /* IE9 Compat Modes */
+ src: local('Roboto Mono Italic'), local('RobotoMono-Italic'),
+ url('/theme/fonts/roboto-mono-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('/theme/fonts/roboto-mono-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-italic.woff') format('woff'), /* Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('/theme/fonts/roboto-mono-v7-latin-italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
+}
+
+/* roboto-mono-regular - latin */
+@font-face {
+ font-family: 'Roboto Mono';
font-style: normal;
+ font-weight: 400;
+ src: url('/theme/fonts/roboto-mono-v7-latin-regular.eot'); /* IE9 Compat Modes */
+ src: local('Roboto Mono'), local('RobotoMono-Regular'),
+ url('/theme/fonts/roboto-mono-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('/theme/fonts/roboto-mono-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('/theme/fonts/roboto-mono-v7-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
+}
+
+/* roboto-mono-700 - latin */
+@font-face {
+ font-family: 'Roboto Mono';
+ font-style: normal;
+ font-weight: 700;
+ src: url('/theme/fonts/roboto-mono-v7-latin-700.eot'); /* IE9 Compat Modes */
+ src: local('Roboto Mono Bold'), local('RobotoMono-Bold'),
+ url('/theme/fonts/roboto-mono-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('/theme/fonts/roboto-mono-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-700.woff') format('woff'), /* Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('/theme/fonts/roboto-mono-v7-latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */
+}
+
+/* roboto-mono-700italic - latin */
+@font-face {
+ font-family: 'Roboto Mono';
+ font-style: italic;
+ font-weight: 700;
+ src: url('/theme/fonts/roboto-mono-v7-latin-700italic.eot'); /* IE9 Compat Modes */
+ src: local('Roboto Mono Bold Italic'), local('RobotoMono-BoldItalic'),
+ url('/theme/fonts/roboto-mono-v7-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('/theme/fonts/roboto-mono-v7-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-700italic.woff') format('woff'), /* Modern Browsers */
+ url('/theme/fonts/roboto-mono-v7-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('/theme/fonts/roboto-mono-v7-latin-700italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
body {
background: #f8f8f2;
height: 100%;
- font-family: 'Fantasque Sans Mono';
+ font-family: 'Roboto Mono';
font-style: normal;
font-size: 1.5em;
color: #282a36;
@@ -31,7 +75,7 @@ a:hover {
h1 {
color: #6272a4;
margin-top: 75px;
- font-family: 'Fantasque Sans Mono';
+ font-family: 'Roboto Mono';
}
h1 a {
@@ -40,7 +84,7 @@ h1 a {
h2 {
color: #6272a4;
- font-family: 'Fantasque Sans Mono';
+ font-family: 'Roboto Mono';
}
hr {
@@ -76,11 +120,11 @@ figcaption {
.content pre {
padding: 20px;
- font-family: "Fantasque Sans Mono";
+ font-family: "Roboto Mono";
}
.content blockquote {
- font-family: "Fantasque Sans Mono";
+ font-family: "Roboto Mono";
font-size: 1.5em;
}
@@ -89,12 +133,12 @@ figcaption {
}
#tipue_search_input {
- font-family: 'Fantasque Sans Mono';
+ font-family: 'Roboto Mono';
padding: 0px;
}
#tipue_search_results_count, .tipue_search_content_title a, .tipue_search_content_url a, .tipue_search_content_text, #tipue_search_warning {
- font-family: 'Fantasque Sans Mono';
+ font-family: 'Roboto Mono';
}
.tipue_search_content_title a, .tipue_search_content_url a {
diff --git a/themes/catcher/static/fonts/FantasqueSansMono-Regular.eot b/themes/catcher/static/fonts/FantasqueSansMono-Regular.eot
deleted file mode 100644
index 17353ef..0000000
Binary files a/themes/catcher/static/fonts/FantasqueSansMono-Regular.eot and /dev/null differ
diff --git a/themes/catcher/static/fonts/FantasqueSansMono-Regular.svg b/themes/catcher/static/fonts/FantasqueSansMono-Regular.svg
deleted file mode 100644
index 8f4fb22..0000000
--- a/themes/catcher/static/fonts/FantasqueSansMono-Regular.svg
+++ /dev/null
@@ -1,2646 +0,0 @@
-
-
-
-
diff --git a/themes/catcher/static/fonts/FantasqueSansMono-Regular.ttf b/themes/catcher/static/fonts/FantasqueSansMono-Regular.ttf
deleted file mode 100644
index 239f20b..0000000
Binary files a/themes/catcher/static/fonts/FantasqueSansMono-Regular.ttf and /dev/null differ
diff --git a/themes/catcher/static/fonts/FantasqueSansMono-Regular.woff b/themes/catcher/static/fonts/FantasqueSansMono-Regular.woff
deleted file mode 100644
index c88cd83..0000000
Binary files a/themes/catcher/static/fonts/FantasqueSansMono-Regular.woff and /dev/null differ
diff --git a/themes/catcher/static/fonts/FantasqueSansMono-Regular.woff2 b/themes/catcher/static/fonts/FantasqueSansMono-Regular.woff2
deleted file mode 100644
index eee91df..0000000
Binary files a/themes/catcher/static/fonts/FantasqueSansMono-Regular.woff2 and /dev/null differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700.eot b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.eot
new file mode 100644
index 0000000..f2fb892
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.eot differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700.svg b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.svg
new file mode 100644
index 0000000..975f4ab
--- /dev/null
+++ b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.svg
@@ -0,0 +1,390 @@
+
+
+
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700.ttf b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.ttf
new file mode 100644
index 0000000..334e93d
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.ttf differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700.woff b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.woff
new file mode 100644
index 0000000..f981584
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.woff differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700.woff2 b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.woff2
new file mode 100644
index 0000000..1b2d068
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700.woff2 differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.eot b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.eot
new file mode 100644
index 0000000..eb915ec
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.eot differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.svg b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.svg
new file mode 100644
index 0000000..08e535d
--- /dev/null
+++ b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.svg
@@ -0,0 +1,412 @@
+
+
+
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.ttf b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.ttf
new file mode 100644
index 0000000..bc49991
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.ttf differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.woff b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.woff
new file mode 100644
index 0000000..562cfdc
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.woff differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.woff2 b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.woff2
new file mode 100644
index 0000000..2d2f6a5
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-700italic.woff2 differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.eot b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.eot
new file mode 100644
index 0000000..5e9751f
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.eot differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.svg b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.svg
new file mode 100644
index 0000000..a8c564f
--- /dev/null
+++ b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.svg
@@ -0,0 +1,410 @@
+
+
+
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.ttf b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.ttf
new file mode 100644
index 0000000..264889a
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.ttf differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.woff b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.woff
new file mode 100644
index 0000000..f6e678c
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.woff differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.woff2 b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.woff2
new file mode 100644
index 0000000..65d8c7b
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-italic.woff2 differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.eot b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.eot
new file mode 100644
index 0000000..4d727cc
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.eot differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.svg b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.svg
new file mode 100644
index 0000000..f384d9c
--- /dev/null
+++ b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.svg
@@ -0,0 +1,390 @@
+
+
+
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.ttf b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.ttf
new file mode 100644
index 0000000..e832a4e
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.ttf differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.woff b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.woff
new file mode 100644
index 0000000..c41382c
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.woff differ
diff --git a/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.woff2 b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.woff2
new file mode 100644
index 0000000..53d4b50
Binary files /dev/null and b/themes/catcher/static/fonts/roboto-mono-v7-latin-regular.woff2 differ