diff --git a/src/main/twirl/gitbucket/core/main.scala.html b/src/main/twirl/gitbucket/core/main.scala.html
index 612491a83..68e84f938 100644
--- a/src/main/twirl/gitbucket/core/main.scala.html
+++ b/src/main/twirl/gitbucket/core/main.scala.html
@@ -9,6 +9,7 @@
+
diff --git a/src/main/webapp/assets/vendors/google-fonts/css/source-sans-pro.css b/src/main/webapp/assets/vendors/google-fonts/css/source-sans-pro.css
new file mode 100644
index 000000000..773112a3e
--- /dev/null
+++ b/src/main/webapp/assets/vendors/google-fonts/css/source-sans-pro.css
@@ -0,0 +1,66 @@
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: italic;
+ font-weight: 300;
+ src: local('SourceSansPro-LightItalic'), local('Source Sans Pro Light Italic'),
+ url(../fonts/source-sans-pro_300_italic.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_300_italic.woff) format('woff'),
+ url(../fonts/source-sans-pro_300_italic.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: italic;
+ font-weight: 400;
+ src: local('SourceSansPro-Italic'), local('Source Sans Pro Italic'),
+ url(../fonts/source-sans-pro_400_italic.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_400_italic.woff) format('woff'),
+ url(../fonts/source-sans-pro_400_italic.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: italic;
+ font-weight: 600;
+ src: local('SourceSansPro-SemiBoldItalic'), local('Source Sans Pro SemiBold Italic'),
+ url(../fonts/source-sans-pro_600_italic.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_600_italic.woff) format('woff'),
+ url(../fonts/source-sans-pro_600_italic.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: normal;
+ font-weight: 300;
+ src: local('SourceSansPro-Light'), local('Source Sans Pro Light'),
+ url(../fonts/source-sans-pro_300_normal.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_300_normal.woff) format('woff'),
+ url(../fonts/source-sans-pro_300_normal.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: normal;
+ font-weight: 400;
+ src: url(../fonts/source-sans-pro_400_normal.eot);
+ src: local('SourceSansPro-Regular'), local('Source Sans Pro Regular'),
+ url(../fonts/source-sans-pro_400_normal.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_400_normal.woff) format('woff'),
+ url(../fonts/source-sans-pro_400_normal.ttf) format('truetype'),
+ url(../fonts/source-sans-pro_400_normal.eot?#iefix) format('embedded-opentype'),
+ url(../fonts/source-sans-pro_400_normal.svg) format('svg');
+}
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: normal;
+ font-weight: 600;
+ src: local('SourceSansPro-SemiBold'), local('Source Sans Pro SemiBold'),
+ url(../fonts/source-sans-pro_600_normal.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_600_normal.woff) format('woff'),
+ url(../fonts/source-sans-pro_600_normal.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Source Sans Pro';
+ font-style: normal;
+ font-weight: 700;
+ src: local('SourceSansPro-Bold'), local('Source Sans Pro Bold'),
+ url(../fonts/source-sans-pro_700_normal.woff2) format('woff2'),
+ url(../fonts/source-sans-pro_700_normal.woff) format('woff'),
+ url(../fonts/source-sans-pro_700_normal.ttf) format('truetype');
+}
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.ttf
new file mode 100644
index 000000000..66554a11f
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.woff
new file mode 100644
index 000000000..aa69b6067
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.woff2
new file mode 100644
index 000000000..320c6437d
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_italic.woff2 differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.ttf
new file mode 100644
index 000000000..ae3ab63ac
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.woff
new file mode 100644
index 000000000..7ceadfc81
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.woff2
new file mode 100644
index 000000000..74ab04585
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_300_normal.woff2 differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.ttf
new file mode 100644
index 000000000..6ae6a6185
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.woff
new file mode 100644
index 000000000..acd3f44f2
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.woff2
new file mode 100644
index 000000000..c9b1226cd
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_italic.woff2 differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.eot b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.eot
new file mode 100644
index 000000000..35f7b74ca
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.eot differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.svg b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.svg
new file mode 100644
index 000000000..64f90f599
--- /dev/null
+++ b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.svg
@@ -0,0 +1,344 @@
+
+
+
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.ttf
new file mode 100644
index 000000000..b60a54e29
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.woff
new file mode 100644
index 000000000..16f51fff1
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.woff2
new file mode 100644
index 000000000..efa300c56
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_400_normal.woff2 differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.ttf
new file mode 100644
index 000000000..634517695
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.woff
new file mode 100644
index 000000000..04f36322b
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.woff2
new file mode 100644
index 000000000..439fdd3a5
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_italic.woff2 differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.ttf
new file mode 100644
index 000000000..b621c2c74
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.woff
new file mode 100644
index 000000000..3c6ce2ff3
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.woff2
new file mode 100644
index 000000000..088955184
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_600_normal.woff2 differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.ttf b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.ttf
new file mode 100644
index 000000000..ace6089a6
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.ttf differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.woff b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.woff
new file mode 100644
index 000000000..9d77184ce
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.woff differ
diff --git a/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.woff2 b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.woff2
new file mode 100644
index 000000000..a15b2c80b
Binary files /dev/null and b/src/main/webapp/assets/vendors/google-fonts/fonts/source-sans-pro_700_normal.woff2 differ