diff --git a/dencode.css b/dencode.css index 5f6f0fd..b1a927e 100644 --- a/dencode.css +++ b/dencode.css @@ -1,4 +1,17 @@ +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext); + body { + font-family: 'Open Sans', sans-serif; + font-weight: 300; +} + +h1 { + text-align: center; + font-weight: 600; +} + +strong { + font-weight: 600; } div.wrapper { @@ -20,7 +33,8 @@ textarea.input { border-style: solid; border-width: 1px; display: block; - font-family: sans-serif; + font-family: 'Open Sans', sans-serif; + font-weight: 300; font-size: 80%; height: 150px; padding: 0.1em 0.3em; @@ -43,6 +57,8 @@ select.conversion { border-radius: 0.2em; border-style: solid; border-width: 1px; + font-family: 'Open Sans', sans-serif; + font-weight: 300; margin-top: 0.5em; } diff --git a/index.html b/index.html index 692441d..89a9ad5 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - encoder-decoder + Decode? Encode? DENcode! @@ -10,5 +10,9 @@ +

Decode? Encode? DENcode!

+ \ No newline at end of file