use font Ubuntu

This commit is contained in:
printempw 2016-02-03 23:21:35 +08:00
parent 6843383d01
commit cda2760855
3 changed files with 16 additions and 4 deletions

View File

@ -2,9 +2,11 @@
* @Author: prpr
* @Date: 2016-01-21 07:57:38
* @Last Modified by: prpr
* @Last Modified time: 2016-02-03 22:03:53
* @Last Modified time: 2016-02-03 23:20:04
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@font-face {
font-family: 'Minecraft';
src: url('../fonts/minecraft.eot');
@ -19,7 +21,7 @@ html {
line-height: 1.7em;
color: #fff;
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
* @Author: prpr
* @Date: 2016-02-03 16:12:45
* @Last Modified by: prpr
* @Last Modified time: 2016-02-03 22:20:38
* @Last Modified time: 2016-02-03 23:15:41
*/
session_start();
@ -89,6 +89,16 @@ if (isset($_SESSION['uname'])) {
</div>
</div>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2">
<div class="panel panel-default">
<div class="panel-heading">How To Use?</div>
<div class="panel-body">
<p>Check it here: <a href="https://github.com/printempw/blessing-skin-server/blob/master/README.md">printempw/blessing-skin-server</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="footer">