Browse Source

[GINR] Kaushan type added

[GINR] Fonstsize
cgars 8 years ago
parent
commit
156a66b589
2 changed files with 7 additions and 0 deletions
  1. 5 0
      public/css/gogs.css
  2. 2 0
      templates/base/head.tmpl

+ 5 - 0
public/css/gogs.css

@@ -3186,3 +3186,8 @@ footer .ui.language .menu {
 .ui.user.list .item .description a:hover {
   text-decoration: underline;
 }
+
+.ginsubtitle{
+  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
+  font-size: 16px;
+}

+ 2 - 0
templates/base/head.tmpl

@@ -49,6 +49,8 @@
 	<link rel="stylesheet" href="{{AppSubURL}}/assets/font-awesome-4.6.3/css/font-awesome.min.css">
 	<link rel="stylesheet" href="{{AppSubURL}}/assets/octicons-4.3.0/octicons.min.css">
 
+	<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
+
 	<!-- notebook.js for rendering ipython notebooks and marked.js for rendering markdown in notebooks -->
 	{{if .IsIPythonNotebook}}
 		<script src="{{AppSubURL}}/plugins/notebookjs-0.2.6/notebook.min.js"></script>