Skip to content

Commit

Permalink
New head (fonts, favicon, etc.. added). related #9
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolTheba committed Aug 12, 2018
1 parent bc61c9c commit 7c4710d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 8 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body {
font-family: "Roboto", sans-serif;
color: #2F3A43; }

/*
font-size: 25px;
line-height: 1.8;
*/
Binary file added src/assets/img/favicon.ico
Binary file not shown.
15 changes: 6 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
<head>
<title>Bash Reference Manual</title>
<meta charset="UTF-8">
<meta name="description" content="Bash Reference Manual">
<meta name="keywords" content="Bash Reference Manual">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="#Top" rel="start" title="Top">
<link href="#Indexes" rel="index" title="Indexes">
<link href="#SEC_Contents" rel="contents" title="Table of Contents">
<link href="dir.html#Top" rel="up" title="(dir)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- @TODO: METADATA-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- @TODO: all devices compatibility favicon-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:400,700" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>

<body lang="en">
Expand Down

0 comments on commit 7c4710d

Please sign in to comment.