Update project page

Added logo and changed font to rubik
This commit is contained in:
Raghavendra Kamath 2017-11-02 12:08:51 +05:30
parent 678fc55c20
commit 073290f039
2 changed files with 8 additions and 7 deletions

View File

@ -4,7 +4,7 @@ Custom CSS
---------------------------------------*/ ---------------------------------------*/
body { body {
font-family: "proxima-nova", sans-serif; font-family: "Rubik", sans-serif;
font-size: 15px; font-size: 15px;
color: #6c7680; color: #6c7680;
text-rendering: optimizeLegibility !important; text-rendering: optimizeLegibility !important;
@ -13,7 +13,7 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
p.lead { p.lead {
font-family: "proxima-nova", sans-serif; font-family: "Rubik", sans-serif;
} }
h1, h1,
h2, h2,
@ -28,13 +28,13 @@ h6,
.h6, .h6,
.sans, .sans,
blockquote { blockquote {
font-family: "proxima-nova", sans-serif; font-family: "Rubik", sans-serif;
color: #36414C; color: #36414C;
} }
button, button,
.button, .button,
.btn { .btn {
font-family: "proxima-nova", sans-serif; font-family: "Rubik", sans-serif;
} }
.page-header-block, .page-header-block,
.page-header-actions { .page-header-actions {
@ -98,7 +98,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-weight: 700; font-weight: 500;
} }
p.description, p.description,
p.description a { p.description a {

View File

@ -8,7 +8,7 @@
<meta name="description" content="A simple, responsive, modern charts library for the web."> <meta name="description" content="A simple, responsive, modern charts library for the web.">
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css" media="screen"> <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="screen"> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="assets/css/frappe_theme.css" media="screen"> <link rel="stylesheet" type="text/css" href="assets/css/frappe_theme.css" media="screen">
<link rel="stylesheet" type="text/css" href="assets/css/index.css" media="screen"> <link rel="stylesheet" type="text/css" href="assets/css/index.css" media="screen">
@ -24,6 +24,7 @@
<div class="container"> <div class="container">
<div class="row hero" style="padding-top: 30px; padding-bottom: 0px;"> <div class="row hero" style="padding-top: 30px; padding-bottom: 0px;">
<div class="jumbotron" style="background: transparent;"> <div class="jumbotron" style="background: transparent;">
<img src="https://raw.githubusercontent.com/frappe/design/master/logos/frappe-charts-symbol.svg?sanitize=true" width="100px" height="auto" style="padding-bottom:1em;">
<h1>Frappé Charts</h1> <h1>Frappé Charts</h1>
<p class="mt-2">GitHub-inspired simple and modern charts for the web</p> <p class="mt-2">GitHub-inspired simple and modern charts for the web</p>
<p class="mt-2">with zero dependencies.</p> <p class="mt-2">with zero dependencies.</p>