From: Vincent Vanwaelscappel Date: Fri, 5 May 2017 10:53:04 +0000 (+0200) Subject: #1387 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ff857b0ee5cd18f18c74093399a0620364725684;p=fluidbook-html5.git #1387 --- diff --git a/style/fluidbook.css b/style/fluidbook.css index 32f07b1c..68d1bc73 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -560,7 +560,7 @@ header { } /* Credits */ footer { - font-family: Silkscreen, Arial, Helvetica, sans-serif; + font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 8px; text-transform: uppercase; position: absolute; @@ -568,14 +568,16 @@ footer { z-index: 20; } footer a { + display: block; text-decoration: none; - margin: 0 4px 4px 0; + transform-origin: 100% 100%; + transform: scale(1.08, 0.95) !important; } .ltr footer { - right: 2px; + right: 4px; } .rtl footer { - left: 2px; + left: 4px; } /* Fluidbook zooming */ footer, @@ -1570,12 +1572,6 @@ body.zoomPopup #zoomPopupOverlay { } } /* Webfonts*/ -@font-face { - font-family: 'Silkscreen'; - src: url('fonts/slkscr-webfont.ttf') format('truetype'); - font-weight: 400; - font-style: normal; -} @font-face { font-family: 'Open Sans'; src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"); diff --git a/style/fluidbook.less b/style/fluidbook.less index 050186df..3b07a871 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -641,7 +641,7 @@ header { /* Credits */ footer { - font-family: Silkscreen, Arial, Helvetica, sans-serif; + font-family: @font; font-size: 8px; text-transform: uppercase; position: absolute; @@ -650,16 +650,18 @@ footer { } footer a { + display: block; text-decoration: none; - margin: 0 4px 4px 0; + transform-origin: 100% 100%; + transform: scale(1.08, 0.95) !important; } .ltr footer { - right: 2px; + right: 4px; } .rtl footer { - left: 2px; + left: 4px; } /* Fluidbook zooming */ @@ -1834,12 +1836,6 @@ a.button { } /* Webfonts*/ -@font-face { - font-family: 'Silkscreen'; - src: url('fonts/slkscr-webfont.ttf') format('truetype'); - font-weight: 400; - font-style: normal; -} @font-face { font-family: 'Open Sans'; diff --git a/style/fonts/slkscr-webfont.ttf b/style/fonts/slkscr-webfont.ttf deleted file mode 100644 index 1f4550d1..00000000 Binary files a/style/fonts/slkscr-webfont.ttf and /dev/null differ