Skip to content

Commit c632401

Browse files
author
Paul Butler
committed
added font files for bold and italic Computer Modern
1 parent f2960cc commit c632401

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

styles/custom.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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://ctan.mirror.rafal.ca/fonts/cm-unicode/fonts/otf/cmunsx.otf');
10+
}
11+
@font-face {
12+
font-family: "Computer Modern";
13+
font-style: oblique;
14+
src: url('http://ctan.mirror.rafal.ca/fonts/cm-unicode/fonts/otf/cmunsi.otf');
15+
}
616
div.cell{
717
width:800px;
818
margin-left:16% !important;
@@ -57,4 +67,4 @@
5767
styles: {'.MathJax_Display': {"margin": 4}}
5868
}
5969
});
60-
</script>
70+
</script>

0 commit comments

Comments
 (0)