mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +00:00
updates to PDF converter scripts
This commit is contained in:
@@ -2,11 +2,18 @@
|
||||
Theme Name: Linux Academy Study Guide Template 08-14-2019
|
||||
*/
|
||||
|
||||
@font-face {font-family: Poppins;src: url(./fonts/Poppins/Poppins-Regular.ttf);}
|
||||
@font-face {font-family: Roboto;src: url(./fonts/Roboto/Roboto-Regular.ttf);}
|
||||
@font-face {font-family: PoppinsExtraLight; src: url(./fonts/Poppins/Poppins-ExtraLight.ttf);}
|
||||
/*
|
||||
#@font-face {font-family: Poppins;src: url(fonts/Poppins/Poppins-Regular.ttf);}
|
||||
@font-face {font-family: Poppins;src: url('https://fonts.googleapis.com/css?family=Poppins&display=swap');}
|
||||
@font-face {font-family: Roboto;src: url(fonts/truetype/Roboto/Roboto-Regular.ttf);}
|
||||
@font-face {font-family: PoppinsExtraLight; src: url(fonts/truetype/Poppins/Poppins-ExtraLight.ttf);}
|
||||
*/
|
||||
|
||||
/* This lighter one is only used as H1, and in the table of contents */
|
||||
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
|
||||
|
||||
@page :first {
|
||||
size: portrait;
|
||||
@@ -14,7 +21,7 @@ Theme Name: Linux Academy Study Guide Template 08-14-2019
|
||||
border-left-style: none;
|
||||
background:none;
|
||||
background: url("../images/rancher-logo-stacked-color.png") no-repeat left;
|
||||
background-size: 10cm;
|
||||
background-size: 50cm;
|
||||
background-position: top 1cm left;
|
||||
margin-top:1cm;
|
||||
margin-bottom:1cm;
|
||||
@@ -23,7 +30,7 @@ Theme Name: Linux Academy Study Guide Template 08-14-2019
|
||||
@top-left {
|
||||
background: #000;
|
||||
color:#fff;
|
||||
content: "v2.3.4";
|
||||
content: "v2.3.5";
|
||||
height: 1cm;
|
||||
text-align: center;
|
||||
width: 5cm;
|
||||
|
||||
Reference in New Issue
Block a user