Style using Computer Modern font used by default in tex
This commit is contained in:
parent
9a8af72b68
commit
53c14a344d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue