0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 16:52:38 +00:00

Changin font sizes to cm to give a more consistent zoom expereince

This commit is contained in:
Scott Tolksdorf
2016-04-06 00:25:02 -04:00
parent c93c6b13c4
commit 00dbd549f3
2 changed files with 16 additions and 16 deletions

View File

@@ -47,7 +47,7 @@
background-color : @background; background-color : @background;
background-image : @backgroundImage; background-image : @backgroundImage;
font-family : BookSanity; font-family : BookSanity;
font-size : 9pt; font-size : 0.317cm;
text-rendering : optimizeLegibility; text-rendering : optimizeLegibility;
page-break-before : always; page-break-before : always;
page-break-after : always; page-break-after : always;
@@ -107,7 +107,7 @@
} }
h1{ h1{
column-span : all; column-span : all;
font-size : 28pt; font-size : 0.987cm;
-webkit-column-span : all; -webkit-column-span : all;
-moz-column-span : all; -moz-column-span : all;
&+p::first-letter{ &+p::first-letter{
@@ -119,20 +119,20 @@
} }
} }
h2{ h2{
font-size : 20pt; font-size : 0.705cm;
} }
h3{ h3{
font-size : 15pt; font-size : 0.529cm;
border-bottom : 2px solid @headerUnderline; border-bottom : 2px solid @headerUnderline;
} }
h4{ h4{
margin-bottom : 0.00em; margin-bottom : 0.00em;
font-size : 12pt; font-size : 0.458cm;
} }
h5{ h5{
margin-bottom : 0.2em; margin-bottom : 0.2em;
font-family : ScalySansSmallCaps; font-family : ScalySansSmallCaps;
font-size : 13pt; font-size : 0.423cm;
font-weight : 900; font-weight : 900;
} }
//***************************** //*****************************
@@ -176,7 +176,7 @@
border-bottom : 2px black solid; border-bottom : 2px black solid;
box-shadow : 1px 4px 14px #888; box-shadow : 1px 4px 14px #888;
p, ul{ p, ul{
font-size : 10pt; font-size : 0.352cm;
line-height : 1.1em; line-height : 1.1em;
} }
} }
@@ -203,7 +203,7 @@
ul{ ul{
.useSansSerif(); .useSansSerif();
padding-left : 1em; padding-left : 1em;
font-size : 10pt; font-size : 0.352cm;
color : @headerText; color : @headerText;
text-indent : -1em; text-indent : -1em;
list-style-type : none; list-style-type : none;

File diff suppressed because one or more lines are too long