github.com/googleapis/api-linter@v1.65.2/docs/assets/css/print.scss (about) 1 --- 2 permalink: /assets/css/print.css 3 --- 4 5 @import 'colors.scss'; 6 @import 'footer.scss'; 7 8 .api-linter-breadcrumbs, 9 #aip-nav-mobile, 10 #api-linter-sidebar, 11 .glue-header, 12 .h-c-page svg:first-child, 13 .no-print { 14 display: none; 15 } 16 17 h1, 18 h2, 19 h3, 20 h4 { 21 font-family: 'Google Sans', 'Roboto', Arial, Helvetica, sans-serif; 22 font-weight: 400; 23 margin: 0.5em 0em 0em 0em; 24 padding: 0px; 25 } 26 27 h1 { 28 font-size: 2.5em; 29 } 30 31 h4 + h1 { 32 margin-top: 0in; 33 } 34 35 html { 36 font-family: sans-serif; 37 } 38 39 kbd, 40 pre, 41 samp { 42 font-family: monospace, monospace; 43 font-size: 1em; 44 } 45 46 body { 47 font-family: 'Roboto', Arial, Helvetica, sans-serif; 48 font-size: 1em; 49 font-style: normal; 50 font-weight: 300; 51 line-height: 1.444; 52 } 53 54 code { 55 font-family: 'Consolas', 'Monaco', 'Roboto Mono', 'Bitstream Vera Sans Mono', 56 'Courier New', Courier, monospace; 57 font-weight: 300; 58 } 59 60 div.highlighter-rouge { 61 background: $h-google-grey-100; 62 border: 1px solid $h-google-grey-300; 63 margin-left: 0.5in; 64 margin-right: 0.5in; 65 padding-left: 0.2in; 66 padding-right: 0.2in; 67 } 68 69 a { 70 color: inherit; 71 text-decoration: none; 72 }