Skip to content

Commit

Permalink
Add favicon.ico
Browse files Browse the repository at this point in the history
jekyll complained that favicon was missing.

old-skool 16x16 using basic colour choices.
Easily re-sizes to right-size in increments of 16pixels.
:-)
  • Loading branch information
JoesCat committed Jun 30, 2024
1 parent 141a2a9 commit 0906ffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions _includes/html-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="../favicon.ico">
<link href='//fonts.googleapis.com/css?family=Julius+Sans+One|Source+Sans+Pro:400,700|Source+Code+Pro|Source+Serif+Pro:400,700' rel='stylesheet' type='text/css'>
<style>
/* Use Heuristica's italics to stand in for the missing Source Serif Pro italics. */
Expand Down
Binary file added favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="1;url=/en-US/index.html">
<link rel="shortcut icon" href="favicon.ico">
<script language="javascript">
window.location.href = "/en-US/index.html"
</script>
Expand All @@ -12,4 +13,4 @@
<!-- Note: don't tell people to `click` the link, just tell them that it is a link -->
<p><a href='/en-US/index.html'>A book about how to design new typefaces with FontForge.</a></p>
</body>
</html>
</html>

0 comments on commit 0906ffa

Please sign in to comment.