Skip to content

Commit ee089d0

Browse files
Merge pull request CamDavidsonPilon#191 from paulgb/master
Include bold and oblique font files for sharper and more readable text
2 parents f2960cc + 39528c9 commit ee089d0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

styles/custom.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
font-family: "Computer Modern";
44
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunss.otf');
55
}
6+
@font-face {
7+
font-family: "Computer Modern";
8+
font-weight: bold;
9+
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsx.otf');
10+
}
11+
@font-face {
12+
font-family: "Computer Modern";
13+
font-style: oblique;
14+
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsi.otf');
15+
}
16+
@font-face {
17+
font-family: "Computer Modern";
18+
font-weight: bold;
19+
font-style: oblique;
20+
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunso.otf');
21+
}
622
div.cell{
723
width:800px;
824
margin-left:16% !important;
@@ -57,4 +73,4 @@
5773
styles: {'.MathJax_Display': {"margin": 4}}
5874
}
5975
});
60-
</script>
76+
</script>

0 commit comments

Comments
 (0)