Move fonts.css into assets folder

This commit is contained in:
Martin Kleinschrodt 2015-07-30 11:48:04 +02:00
parent 6062246a45
commit 1e4d12d481
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<link rel="shortcut icon" type="image/png" href="assets/icon16.png"/>
<!-- Fonts -->
<link href="../../styles/fonts.css" rel="stylesheet" type="text/css">
<link href="assets/fonts/fonts.css" rel="stylesheet" type="text/css">
<style>
html { background: #59c6ff; }
</style>