Skip to content

Commit

Permalink
uniform titles and use sans as font
Browse files Browse the repository at this point in the history
  • Loading branch information
chapulina committed Jun 28, 2018
1 parent 577db31 commit 02488af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/embedded_scene.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en" style="height: 100%">
<head>
<title>Embedded GzWeb</title>
<title>[GzWeb] Embedded</title>
<meta charset="utf-8">
<script src="../gz3d/build/gz3d.js"></script>
<style>
body {
padding: 2em;
font-family: helvetica;
font-family: sans;
}
#container {
padding: 2em;
Expand Down
2 changes: 1 addition & 1 deletion examples/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<title>View SDF from URL</title>
<title>[GzWeb] Screenshots</title>
<meta charset="utf-8">
<script src="../gz3d/build/gz3d.js"></script>
<style>
Expand Down
4 changes: 2 additions & 2 deletions examples/view_sdf_from_url.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">

<head>
<title>View SDF from URL</title>
<title>'[GzWeb] View SDF from URL</title>
<meta charset="utf-8">
<script src="../gz3d/build/gz3d.js"></script>
<style>
body {
padding: 2em;
font-family: helvetica;
font-family: sans;
}
#container {
padding: 2em;
Expand Down

0 comments on commit 02488af

Please sign in to comment.