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 f2960cc commit c632401Copy full SHA for c632401
styles/custom.css
@@ -3,6 +3,16 @@
3
font-family: "Computer Modern";
4
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunss.otf');
5
}
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
12
13
+ font-style: oblique;
14
+ src: url('http://ctan.mirror.rafal.ca/fonts/cm-unicode/fonts/otf/cmunsi.otf');
15
16
div.cell{
17
width:800px;
18
margin-left:16% !important;
@@ -57,4 +67,4 @@
57
67
styles: {'.MathJax_Display': {"margin": 4}}
58
68
59
69
});
60
-</script>
70
+</script>
0 commit comments