]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5333 Change font
authorStas Vilchik <vilchiks@gmail.com>
Tue, 27 May 2014 08:52:31 +0000 (14:52 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 27 May 2014 08:52:40 +0000 (14:52 +0600)
sonar-server/src/main/less/ui.less
sonar-server/src/main/webapp/fonts/roboto-bold.woff [deleted file]
sonar-server/src/main/webapp/fonts/roboto-light.woff [deleted file]
sonar-server/src/main/webapp/fonts/roboto-medium.woff [deleted file]
sonar-server/src/main/webapp/fonts/roboto-normal.woff [deleted file]
sonar-server/src/main/webapp/fonts/tw-300.woff [new file with mode: 0644]
sonar-server/src/main/webapp/fonts/tw-400.woff [new file with mode: 0644]
sonar-server/src/main/webapp/fonts/tw-600.woff [new file with mode: 0644]

index 73ab6b55bfa8ba417a2baaa75d0e2442e6170221..bac0f968c9a363dbbe08e61720d7a9921e159506 100644 (file)
@@ -2,32 +2,26 @@
 @import "mixins";
 
 @font-face {
-  font-family: 'Roboto';
+  font-family: 'Titillium Web';
   font-style: normal;
   font-weight: 300;
-  src: url('../fonts/roboto-light.woff') format('woff');
+  src: url('../fonts/tw-300.woff') format('woff');
 }
 @font-face {
-  font-family: 'Roboto';
+  font-family: 'Titillium Web';
   font-style: normal;
   font-weight: 400;
-  src: url('../fonts/roboto-normal.woff') format('woff');
+  src: url('../fonts/tw-400.woff') format('woff');
 }
 @font-face {
-  font-family: 'Roboto';
+  font-family: 'Titillium Web';
   font-style: normal;
-  font-weight: 500;
-  src: url('../fonts/roboto-medium.woff') format('woff');
-}
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: url('../fonts/roboto-bold.woff') format('woff');
+  font-weight: 600;
+  src: url('../fonts/tw-600.woff') format('woff');
 }
 
 body {
-  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 }
 
 
diff --git a/sonar-server/src/main/webapp/fonts/roboto-bold.woff b/sonar-server/src/main/webapp/fonts/roboto-bold.woff
deleted file mode 100644 (file)
index 1621ba1..0000000
Binary files a/sonar-server/src/main/webapp/fonts/roboto-bold.woff and /dev/null differ
diff --git a/sonar-server/src/main/webapp/fonts/roboto-light.woff b/sonar-server/src/main/webapp/fonts/roboto-light.woff
deleted file mode 100644 (file)
index 797f14d..0000000
Binary files a/sonar-server/src/main/webapp/fonts/roboto-light.woff and /dev/null differ
diff --git a/sonar-server/src/main/webapp/fonts/roboto-medium.woff b/sonar-server/src/main/webapp/fonts/roboto-medium.woff
deleted file mode 100644 (file)
index 9f6caee..0000000
Binary files a/sonar-server/src/main/webapp/fonts/roboto-medium.woff and /dev/null differ
diff --git a/sonar-server/src/main/webapp/fonts/roboto-normal.woff b/sonar-server/src/main/webapp/fonts/roboto-normal.woff
deleted file mode 100644 (file)
index 3be8671..0000000
Binary files a/sonar-server/src/main/webapp/fonts/roboto-normal.woff and /dev/null differ
diff --git a/sonar-server/src/main/webapp/fonts/tw-300.woff b/sonar-server/src/main/webapp/fonts/tw-300.woff
new file mode 100644 (file)
index 0000000..1057950
Binary files /dev/null and b/sonar-server/src/main/webapp/fonts/tw-300.woff differ
diff --git a/sonar-server/src/main/webapp/fonts/tw-400.woff b/sonar-server/src/main/webapp/fonts/tw-400.woff
new file mode 100644 (file)
index 0000000..5d2527a
Binary files /dev/null and b/sonar-server/src/main/webapp/fonts/tw-400.woff differ
diff --git a/sonar-server/src/main/webapp/fonts/tw-600.woff b/sonar-server/src/main/webapp/fonts/tw-600.woff
new file mode 100644 (file)
index 0000000..52c6654
Binary files /dev/null and b/sonar-server/src/main/webapp/fonts/tw-600.woff differ