Skip to content

Commit

Permalink
Updated banner image. Also updated font in the landing page file `src…
Browse files Browse the repository at this point in the history
…/public/index.html`.
  • Loading branch information
TokenChingy committed Oct 24, 2018
1 parent 1f48f41 commit c029e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![_api](https://i.imgur.com/ej1ITlC.png)
![_api](https://i.imgur.com/fO94Y4L.png)

# \_api

Expand Down
9 changes: 4 additions & 5 deletions src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>_api</title>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600,700,900" rel="stylesheet">
<style type="text/css">
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css);

html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Source Code Pro', monospace;
font-weight: 300;
font-family: 'Fira Code', monospace;
font-feature-settings: "calt"1;
color: #d6deeb;
background: #011627;
}

h1 {
font-weight: 900;
color: #d6deeb;
}

h4 {
font-weight: 400;
color: #d6deeb;
}

Expand Down

0 comments on commit c029e5c

Please sign in to comment.