]> _ Git - fluidbook-html5.git/commitdiff
wip #4561 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Jun 2021 10:49:47 +0000 (12:49 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 28 Jun 2021 10:49:47 +0000 (12:49 +0200)
style/fluidbook.less
style/variables.less

index 799136b786a0e254265f5980b61e88f6d4cd35cd..f0b0b7b08c8395c6f692765dc69bf869b5b6d636 100644 (file)
@@ -132,6 +132,7 @@ body {
 
 body, input {
   font-family: @font;
+  text-transform: @text-transform;
 }
 
 body.loading * {
index 30728781d3f4d620c54bb5950511a91b9857f0ae..c448c9a4c8df713c837173ed96aa693203c6edd2 100644 (file)
@@ -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