all repos — homestead @ 1cc014c44be6866e9c394a44b923d9448af6766b

Code for my website

Merge commit '68c1f25275bb50a5cfdead53ac55d88ff12a34ae' as 'themes/xmin'

Alan Pearce
commit

1cc014c44be6866e9c394a44b923d9448af6766b

parent

066fe997a9cf35fbdf4b582f06f375e779bd8f6d

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A themes/xmin/static/css/fonts.css
@@ -0,0 +1,7 @@
+body { + font-family: Optima, Candara, Calibri, Arial, sans-serif; +} +code { + font-family: "Lucida Console", Monaco, monospace; + font-size: 85%; +}