Style using Computer Modern font used by default in tex

This commit is contained in:
Matt McWilliams 2022-08-29 16:56:52 -04:00
parent 9a8af72b68
commit 53c14a344d
1 changed files with 15 additions and 0 deletions

View File

@ -3,8 +3,23 @@
<head>
<title></title>
<style>
@font-face {
font-family : "cmu";
src: url(data:font/opentype;charset=utf-8;base64,REPLACEFONT) format("opentype");
}
*{
font-family: "cmu";
}
@media print {
*{
font-family: "cmu";
}
@page { padding: 0.5cm 0.5cm 1cm 0.5cm; }
img {
width: 90vw;
height: auto;
margin: 10px auto;
}
body {
font-size: 32px;
font-family: monospace;