}
/* 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;
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,
}
}
/* 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");
/* Credits */
footer {
- font-family: Silkscreen, Arial, Helvetica, sans-serif;
+ font-family: @font;
font-size: 8px;
text-transform: uppercase;
position: absolute;
}
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 */
}
/* 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';