Skip to content

Commit

Permalink
Merge pull request #521 from olafleur/css-fonts-local
Browse files Browse the repository at this point in the history
Make CSS, favicon and fonts local
  • Loading branch information
cmontella authored Nov 9, 2016
2 parents 7abff1d + 2bed059 commit ca18c07
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions css/ionicons.min.css

Large diffs are not rendered by default.

Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/ionicons.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Eve</title>
<link rel="stylesheet" type="text/css" href="src/codemirror.css">
<link rel="stylesheet" type="text/css" href="src/simplescrollbars.css">
<link rel="stylesheet" type="text/css" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="css/ionicons.min.css">
<style>
* { box-sizing:border-box; }
body { background: rgb(47,47,49); color: #d8d8d8; font-family: Avenir, "Helvetica neue", sans-serif; display: flex; flex-direction: row; margin:0; width: 100%; }
Expand All @@ -16,7 +16,7 @@
</style>

<link rel="stylesheet" type="text/css" href="css/ide.css">
<link href="https://witheve.github.io/assets/images/favicon.png" rel="icon" type="image/png" />
<link href="favicon.png" rel="icon" type="image/png" />
</head>
<body>
<script type="text/javascript" src="build/examples.js"></script>
Expand Down

0 comments on commit ca18c07

Please sign in to comment.