1
0
Fork 0

Add custom font

pull/2/head
Ambrose Chua 2016-10-09 18:15:57 +08:00
parent 6c8437f66b
commit 17e36de864
2 changed files with 9 additions and 0 deletions

6
assets/fonts.css Normal file
View File

@ -0,0 +1,6 @@
body {
font-family: Cabin,
-apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;

View File

@ -14,6 +14,9 @@
<link rel="stylesheet" href="/assets/upload.css" />
<script src="/assets/upload.js"></script>
<script src="/assets/login.js"></script>
<link href="https://fonts.googleapis.com/css?family=Cabin:400,700" rel="stylesheet" />
<link rel="stylesheet" href="/assets/fonts.css" />
</head>
<body>
{{{body}}}