X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FwebTwoPointO.css;fp=themes%2FwebTwoPointO.css;h=9f8cecbd46993493674b4fdc3e69187d80baa822;hb=84940d8f7c885110f6ce355ba467dba4f71d7f4d;hp=c1c06ec6a5f7e759ac0d67559262c87804f30299;hpb=6d9edb128b82f559630d7186384d34167d9f2712;p=hacks%2FsimpleWebSlides.git diff --git a/themes/webTwoPointO.css b/themes/webTwoPointO.css index c1c06ec..9f8cecb 100644 --- a/themes/webTwoPointO.css +++ b/themes/webTwoPointO.css @@ -1,10 +1,13 @@ @import url(https://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext); - +@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext); /* Default document properties */ body { font-family: 'Armata',sans-serif; font-size: 18pt; } +code { + font-family: 'Inconsolata', monospace; +} /* The slide should be positioned w.r.t. to the canvas. The canvas takes up the whole window in screen mode and a @@ -49,7 +52,11 @@ ul { color: #f14a29; } - a,em { + em { + color: #f14a29; + font-style:normal; + } + a { color: #0092bf; text-decoration:none; font-style:normal;