From: Vincent Vanwaelscappel Date: Mon, 28 Jun 2021 10:49:47 +0000 (+0200) Subject: wip #4561 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cd29e361cbfe571a495deda351753f6f09292f0c;p=fluidbook-html5.git wip #4561 @0.5 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 799136b7..f0b0b7b0 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -132,6 +132,7 @@ body { body, input { font-family: @font; + text-transform: @text-transform; } body.loading * { diff --git a/style/variables.less b/style/variables.less index 30728781..c448c9a4 100644 --- a/style/variables.less +++ b/style/variables.less @@ -1,6 +1,5 @@ @import "book-variables"; -@font: 'Open Sans', Arial, Helvetica, sans-serif; @small: ~"screen and (max-width: 640px)"; @medium: ~"screen and (max-width: 800px)"; @large: ~"screen and (min-width: 1280px)"; \ No newline at end of file