We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28809f commit f3f7791Copy full SHA for f3f7791
cv/index.html
@@ -23,6 +23,10 @@
23
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
24
</style>
25
<link rel="stylesheet" href="media/cv-screen.css" />
26
+ <link rel="stylesheet" href="media/cv-print.css" />
27
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
28
+ <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700" rel="stylesheet" type="text/css">
29
+ <link href="media/cv-print.css" type="text/css" rel="stylesheet" media="print">
30
<!--[if lt IE 9]>
31
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
32
<![endif]-->
0 commit comments