Mugen87 6 лет назад
Родитель
Сommit
35432b8611
3 измененных файлов с 6 добавлено и 45 удалено
  1. 2 15
      docs/scenes/bones-browser.html
  2. 2 15
      docs/scenes/geometry-browser.html
  3. 2 15
      docs/scenes/material-browser.html

+ 2 - 15
docs/scenes/bones-browser.html

@@ -3,22 +3,9 @@
 	<head>
 	<head>
 		<meta charset="utf-8">
 		<meta charset="utf-8">
 		<title>Three.js Bones Browser</title>
 		<title>Three.js Bones Browser</title>
+		<link rel="shortcut icon" href="../../files/favicon.ico" />
+		<link rel="stylesheet" type="text/css" href="../../files/main.css">
 		<style>
 		<style>
-			@font-face {
-				font-family: 'inconsolata';
-				src: url('../files/inconsolata.woff') format('woff');
-				font-weight: normal;
-				font-style: normal;
-			}
-
-			body {
-				margin:0;
-				font-family: 'inconsolata';
-				font-size: 15px;
-				line-height: 18px;
-				overflow: hidden;
-			}
-
 			canvas { width: 100%; height: 100% }
 			canvas { width: 100%; height: 100% }
 
 
 			#newWindow {
 			#newWindow {

+ 2 - 15
docs/scenes/geometry-browser.html

@@ -3,22 +3,9 @@
 	<head>
 	<head>
 		<meta charset="utf-8">
 		<meta charset="utf-8">
 		<title>Three.js Geometry Browser</title>
 		<title>Three.js Geometry Browser</title>
+		<link rel="shortcut icon" href="../../files/favicon.ico" />
+		<link rel="stylesheet" type="text/css" href="../../files/main.css">
 		<style>
 		<style>
-			@font-face {
-				font-family: 'inconsolata';
-				src: url('../files/inconsolata.woff') format('woff');
-				font-weight: normal;
-				font-style: normal;
-			}
-
-			body {
-				margin:0;
-				font-family: 'inconsolata';
-				font-size: 15px;
-				line-height: 18px;
-				overflow: hidden;
-			}
-
 			canvas { width: 100%; height: 100% }
 			canvas { width: 100%; height: 100% }
 
 
 			#newWindow {
 			#newWindow {

+ 2 - 15
docs/scenes/material-browser.html

@@ -3,22 +3,9 @@
 	<head>
 	<head>
 		<meta charset="utf-8">
 		<meta charset="utf-8">
 		<title>Three.js Material Browser</title>
 		<title>Three.js Material Browser</title>
+		<link rel="shortcut icon" href="../../files/favicon.ico" />
+		<link rel="stylesheet" type="text/css" href="../../files/main.css">
 		<style>
 		<style>
-			@font-face {
-				font-family: 'inconsolata';
-				src: url('../files/inconsolata.woff') format('woff');
-				font-weight: normal;
-				font-style: normal;
-			}
-
-			body {
-				margin:0;
-				font-family: 'inconsolata';
-				font-size: 15px;
-				line-height: 18px;
-				overflow: hidden;
-			}
-
 			canvas { width: 100%; height: 100% }
 			canvas { width: 100%; height: 100% }
 
 
 			#newWindow {
 			#newWindow {