diff --git a/themes/compact/README.md b/themes/compact/README.md index f922b14..8fe7cf3 100644 --- a/themes/compact/README.md +++ b/themes/compact/README.md @@ -1,3 +1,5 @@ Theme: Compact ============== -A compact, no-nonsense resume theme for FluentCV. +A compact, no-frills resume theme for FluentCV. + +![](compact.png) diff --git a/themes/compact/compact.png b/themes/compact/compact.png new file mode 100644 index 0000000..a62997c Binary files /dev/null and b/themes/compact/compact.png differ diff --git a/themes/compact/src/compact-html.css b/themes/compact/src/compact-html.css index cf4fa4c..69064fb 100644 --- a/themes/compact/src/compact-html.css +++ b/themes/compact/src/compact-html.css @@ -1,5 +1,5 @@ html, body, main, section, header, ul, p, h1, h2, h3 { - font-family: Helvetica, sans-serif; + font-family: Calibri, 'Helvetica Neue', Helvetica, 'Segoe UI', sans-serif; font-size: 12px; margin: 0; padding: 0; display: block; diff --git a/themes/compact/src/compact-html.html b/themes/compact/src/compact-html.html index 933ef29..1ba3ca0 100644 --- a/themes/compact/src/compact-html.html +++ b/themes/compact/src/compact-html.html @@ -3,7 +3,6 @@