Explorar o código

[GINR] Kaushan type added

[GINR] Fonstsize
cgars %!s(int64=8) %!d(string=hai) anos
pai
achega
2ec733a05b
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  1. 5 0
      public/css/gogs.css
  2. 2 0
      templates/base/head.tmpl

+ 5 - 0
public/css/gogs.css

@@ -3231,3 +3231,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.3.0/notebook.min.js"></script>