summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2017-04-27 21:34:00 -0600
committerAaron Ball <nullspoon@oper.io>2017-04-28 08:51:06 -0600
commit4d995fa99817fa82fae4f6b5442a056a950c2957 (patch)
treed434c493e7cb43a8946efa23e9dc02a5209d2072
parenta8edea3782305d5f4786f1f2ac4adfc8a172f84f (diff)
downloadresume-4d995fa99817fa82fae4f6b5442a056a950c2957.tar.gz
resume-4d995fa99817fa82fae4f6b5442a056a950c2957.tar.xz
Styles: Updated font and added printing styles
The new printing styles ensure the margins on the page are consistent when printing on an actual sheet of paper.
-rw-r--r--asciidoc.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/asciidoc.css b/asciidoc.css
index 3ba905d..25b82a5 100644
--- a/asciidoc.css
+++ b/asciidoc.css
@@ -1,9 +1,16 @@
+@page {
+ size: auto;
+ margin: .5in;
+ margin-top: .4in;
+}
+
body {
color:#222;
background:#fff;
background-color:#fff;
/*font-family:Arial;*/
- font-family: FiraSans;
+ font-family: DejaVu Sans;
+ /*font-family: Noto Sans;*/
font-size:13px;
/*font-family: Dejavu Sans;

Generated by cgit