mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-31 03:40:28 +02:00
restructured /lib, moved /assets/fonts to /lib/fonts
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'League Gothic';
|
||||
src: url('../assets/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
|
||||
src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@@ -18,7 +18,7 @@
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
|
||||
|
||||
<link rel="stylesheet" href="lib/zenburn.css">
|
||||
<link rel="stylesheet" href="lib/css/zenburn.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -264,8 +264,8 @@ linkify( 'a' );
|
||||
</div>
|
||||
|
||||
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
|
||||
<script src="lib/highlight.js"></script>
|
||||
<script src="lib/classList.js"></script>
|
||||
<script src="lib/js/highlight.js"></script>
|
||||
<script src="lib/js/classList.js"></script>
|
||||
|
||||
<script src="js/reveal.js"></script>
|
||||
|
||||
|
Reference in New Issue
Block a user