diff options
| -rw-r--r-- | aps_mm_2018.html | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/aps_mm_2018.html b/aps_mm_2018.html index a12c96e..d8988d8 100644 --- a/aps_mm_2018.html +++ b/aps_mm_2018.html @@ -17,6 +17,13 @@      </style>      <link rel="stylesheet" type="text/css" href="main.css">      <link rel="stylesheet" type="text/css" href="fonts/Concrete/cmun-concrete.css"> +    <script> +	var link = document.createElement( 'link' ); +	link.rel = 'stylesheet'; +	link.type = 'text/css'; +	link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; +	document.getElementsByTagName( 'head' )[0].appendChild( link ); +</script>    </head>    <body>  | 
