restructured /lib, moved /assets/fonts to /lib/fonts
This commit is contained in:
		| @@ -11,7 +11,7 @@ | |||||||
|  |  | ||||||
| @font-face { | @font-face { | ||||||
| 	font-family: 'League Gothic'; | 	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-weight: normal; | ||||||
| 	font-style: normal; | 	font-style: normal; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ | |||||||
| 		<link rel="stylesheet" href="css/main.css"> | 		<link rel="stylesheet" href="css/main.css"> | ||||||
| 		<link rel="stylesheet" href="css/print.css" type="text/css" media="print"> | 		<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> | 	</head> | ||||||
| 	 | 	 | ||||||
| 	<body> | 	<body> | ||||||
| @@ -264,8 +264,8 @@ linkify( 'a' ); | |||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
| 		<!-- Optional libraries for code syntax highlighting and classList support in IE9 --> | 		<!-- Optional libraries for code syntax highlighting and classList support in IE9 --> | ||||||
| 		<script src="lib/highlight.js"></script> | 		<script src="lib/js/highlight.js"></script> | ||||||
| 		<script src="lib/classList.js"></script> | 		<script src="lib/js/classList.js"></script> | ||||||
| 		 | 		 | ||||||
| 		<script src="js/reveal.js"></script> | 		<script src="js/reveal.js"></script> | ||||||
| 		 | 		 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user