From cd29e361cbfe571a495deda351753f6f09292f0c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 28 Jun 2021 12:49:47 +0200 Subject: [PATCH] wip #4561 @0.5 --- style/fluidbook.less | 1 + style/variables.less | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5