Skip to content

Commit 2118a62

Browse files
committed
restructured /lib, moved /assets/fonts to /lib/fonts
1 parent bf2c95b commit 2118a62

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@font-face {
1313
font-family: 'League Gothic';
14-
src: url('../assets/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
14+
src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
1515
font-weight: normal;
1616
font-style: normal;
1717
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="stylesheet" href="css/main.css">
1919
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
2020

21-
<link rel="stylesheet" href="lib/zenburn.css">
21+
<link rel="stylesheet" href="lib/css/zenburn.css">
2222
</head>
2323

2424
<body>
@@ -264,8 +264,8 @@ <h3 class="inverted">BY Hakim El Hattab / hakim.se</h3>
264264
</div>
265265

266266
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
267-
<script src="lib/highlight.js"></script>
268-
<script src="lib/classList.js"></script>
267+
<script src="lib/js/highlight.js"></script>
268+
<script src="lib/js/classList.js"></script>
269269

270270
<script src="js/reveal.js"></script>
271271

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)