diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-05-27 14:52:31 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-05-27 14:52:40 +0600 |
commit | 57745b3abb937519b574632fcdd13261b4ffc75a (patch) | |
tree | 47db94e2261a90e725e098497842c3d9e2f6b418 | |
parent | 59ce6faf6fc4ad3c1d3117d2d6ecadb1214d4886 (diff) | |
download | sonarqube-57745b3abb937519b574632fcdd13261b4ffc75a.tar.gz sonarqube-57745b3abb937519b574632fcdd13261b4ffc75a.zip |
SONAR-5333 Change font
-rw-r--r-- | sonar-server/src/main/less/ui.less | 22 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/roboto-bold.woff | bin | 15372 -> 0 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/roboto-light.woff | bin | 16260 -> 0 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/roboto-medium.woff | bin | 15428 -> 0 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/roboto-normal.woff | bin | 15660 -> 0 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/tw-300.woff | bin | 0 -> 23480 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/tw-400.woff | bin | 0 -> 23708 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/fonts/tw-600.woff | bin | 0 -> 23320 bytes |
8 files changed, 8 insertions, 14 deletions
diff --git a/sonar-server/src/main/less/ui.less b/sonar-server/src/main/less/ui.less index 73ab6b55bfa..bac0f968c9a 100644 --- a/sonar-server/src/main/less/ui.less +++ b/sonar-server/src/main/less/ui.less @@ -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 Binary files differdeleted file mode 100644 index 1621ba170ea..00000000000 --- a/sonar-server/src/main/webapp/fonts/roboto-bold.woff +++ /dev/null diff --git a/sonar-server/src/main/webapp/fonts/roboto-light.woff b/sonar-server/src/main/webapp/fonts/roboto-light.woff Binary files differdeleted file mode 100644 index 797f14d0beb..00000000000 --- a/sonar-server/src/main/webapp/fonts/roboto-light.woff +++ /dev/null diff --git a/sonar-server/src/main/webapp/fonts/roboto-medium.woff b/sonar-server/src/main/webapp/fonts/roboto-medium.woff Binary files differdeleted file mode 100644 index 9f6caee9529..00000000000 --- a/sonar-server/src/main/webapp/fonts/roboto-medium.woff +++ /dev/null diff --git a/sonar-server/src/main/webapp/fonts/roboto-normal.woff b/sonar-server/src/main/webapp/fonts/roboto-normal.woff Binary files differdeleted file mode 100644 index 3be8671f927..00000000000 --- a/sonar-server/src/main/webapp/fonts/roboto-normal.woff +++ /dev/null diff --git a/sonar-server/src/main/webapp/fonts/tw-300.woff b/sonar-server/src/main/webapp/fonts/tw-300.woff Binary files differnew file mode 100644 index 00000000000..1057950a6ed --- /dev/null +++ b/sonar-server/src/main/webapp/fonts/tw-300.woff diff --git a/sonar-server/src/main/webapp/fonts/tw-400.woff b/sonar-server/src/main/webapp/fonts/tw-400.woff Binary files differnew file mode 100644 index 00000000000..5d2527aeac5 --- /dev/null +++ b/sonar-server/src/main/webapp/fonts/tw-400.woff diff --git a/sonar-server/src/main/webapp/fonts/tw-600.woff b/sonar-server/src/main/webapp/fonts/tw-600.woff Binary files differnew file mode 100644 index 00000000000..52c66548a02 --- /dev/null +++ b/sonar-server/src/main/webapp/fonts/tw-600.woff |