Browse Source

Change font

Cqoicebordel 10 years ago
parent
commit
af100afb98

+ 1
- 1
searx/static/themes/pix-art/css/style.css
File diff suppressed because it is too large
View File


+ 1
- 0
searx/static/themes/pix-art/less/search.less View File

@@ -23,6 +23,7 @@
23 23
 	border: 1px solid @color-search-border;
24 24
 	color: @color-search-font;
25 25
 	font-size: 16px;
26
+	font-family: "Courier New", Courier, monospace;
26 27
 	height: 28px;
27 28
 	margin: 0;
28 29
 	outline: medium none;

+ 4
- 2
searx/static/themes/pix-art/less/style.less View File

@@ -12,7 +12,7 @@
12 12
 // Main LESS-Code
13 13
 
14 14
 html {
15
-	font-family: sans-serif;
15
+	font-family: "Courier New", Courier, monospace;
16 16
 	font-size: 0.9em;
17 17
 	.text-size-adjust;
18 18
 	color: @color-font;
@@ -113,7 +113,9 @@ div.title {
113 113
 	}
114 114
 }
115 115
 
116
-input[type="button"] {
116
+input[type="button"], 
117
+input[type="submit"] {
118
+	font-family: "Courier New", Courier, monospace;
117 119
 	padding: 4px 12px;
118 120
 	margin: 2px 4px;
119 121
 	display: inline-block;