From ac0872d9d377f2222de91fd85d05a2a998737e3c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 8 Jun 2014 10:43:50 +0300 Subject: Textarea fonts --- static/css/main.css | 3 +++ templates/home.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index e69de29..3e60944 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -0,0 +1,3 @@ +textarea { + font-family: Menlo,Monaco,Consolas,"Courier New",monospace; +} diff --git a/templates/home.html b/templates/home.html index e7bbbd0..0637267 100644 --- a/templates/home.html +++ b/templates/home.html @@ -97,7 +97,7 @@

Sequences

- +

Sequence Format

 # sequence_name
@@ -114,7 +114,7 @@
                 

Composition

- +

Composition Format

 # composition_100
-- 
cgit v1.3.1