diff --git a/app/views/notes/print.html.erb b/app/views/notes/print.html.erb
index 465db0a571..76b2cb9ca1 100644
--- a/app/views/notes/print.html.erb
+++ b/app/views/notes/print.html.erb
@@ -49,7 +49,6 @@ img {
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
- border: 0.2em solid;
margin-left: auto;
margin-right: auto;
width: 50%;
@@ -135,9 +134,9 @@ blockquote:after {
/*for font styling and size*/
html, body{
- font-family: Arial;
+ font-family: 'Junction Light';
font-size: 12pt;
- line-height: 1.2;
+ line-height: 1.8;
}
h1 {
diff --git a/app/views/wiki/print.html.erb b/app/views/wiki/print.html.erb
index 7fe1e5c440..d1679a8c62 100644
--- a/app/views/wiki/print.html.erb
+++ b/app/views/wiki/print.html.erb
@@ -71,7 +71,6 @@ img {
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
- border: 0.2em solid;
margin-left: auto;
margin-right: auto;
width: 50%;
@@ -157,9 +156,9 @@ blockquote:after {
/*for font styling and size*/
html, body{
- font-family: Arial;
+ font-family: 'Junction Light';
font-size: 12pt;
- line-height: 1.2;
+ line-height: 1.8;
}
h1 {