Browse Source

restructured /lib, moved /assets/fonts to /lib/fonts

embed
Hakim El Hattab 12 years ago
parent
commit
2118a6295d
  1. 2
      css/main.css
  2. 6
      index.html
  3. 0
      lib/css/zenburn.css
  4. 0
      lib/fonts/leaguegothic/LICENSE
  5. 0
      lib/fonts/leaguegothic/league_gothic-webfont.ttf
  6. 0
      lib/js/classList.js
  7. 0
      lib/js/highlight.js

2
css/main.css

@ -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;
}

6
index.html

@ -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>

0
lib/zenburn.css → lib/css/zenburn.css

0
assets/fonts/leaguegothic/LICENSE → lib/fonts/leaguegothic/LICENSE

0
assets/fonts/leaguegothic/league_gothic-webfont.ttf → lib/fonts/leaguegothic/league_gothic-webfont.ttf

0
lib/classList.js → lib/js/classList.js

0
lib/highlight.js → lib/js/highlight.js

Loading…
Cancel
Save