Skip to content

Commit

Permalink
[from now] 2012/04/07 13:30:51
Browse files Browse the repository at this point in the history
diff --git a/browser/DejaVuSansMono.ttf b/browser/DejaVuSansMono.ttf
new file mode 100644
index 0000000..7260bd6
Binary files /dev/null and b/browser/DejaVuSansMono.ttf differ
diff --git a/browser/style.css b/browser/style.css
index ad770ed..e9b70df 100644
--- a/browser/style.css
+++ b/browser/style.css
@@ -1,4 +1,4 @@
-/**
+0;95;c/**
  * style.css (https://github.com/chjj/tty.js)
  * Copyright (c) 2012, Christopher Jeffrey (MIT License)
  */
@@ -30,6 +30,11 @@ html {
   box-shadow: 0px 0px 10px #000;
 }

+@font-face {
+  font-family: "DejaVu Sans Mono";
+  src: local("DejaVu Sans Mono"), url("DejaVuSansMono.ttf") format("truetype");
+}
+
 .term {
   font-family: "DejaVu Sans Mono", monospace;
   font-size: 11pt;
  • Loading branch information
KOBA789 committed Apr 7, 2012
1 parent cb1d84b commit 9cc4901
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added browser/DejaVuSansMono.ttf
Binary file not shown.
7 changes: 6 additions & 1 deletion browser/style.css
@@ -1,4 +1,4 @@
/**
0;95;c/**
* style.css (https://github.com/chjj/tty.js)
* Copyright (c) 2012, Christopher Jeffrey (MIT License)
*/
Expand Down Expand Up @@ -30,6 +30,11 @@ html {
box-shadow: 0px 0px 10px #000;
}

@font-face {
font-family: "DejaVu Sans Mono";
src: local("DejaVu Sans Mono"), url("DejaVuSansMono.ttf") format("truetype");
}

.term {
font-family: "DejaVu Sans Mono", monospace;
font-size: 11pt;
Expand Down

0 comments on commit 9cc4901

Please sign in to comment.