my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
196 B

6 years ago
  1. @font-face {
  2. font-family: "Computer Modern";
  3. src: url('/static/cmunorm.woff');
  4. }
  5. .math {
  6. font-family: Computer Modern, serif;
  7. }
  8. .math .display {
  9. font-size: 18px;
  10. text-align: center;
  11. }