|
@@ -3,22 +3,9 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<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>
|
|
|
- @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% }
|
|
|
|
|
|
#newWindow {
|