Skip to content

Instantly share code, notes, and snippets.

@felipecustodio
Created September 10, 2020 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecustodio/a51ef3b76af615ffbe29aeb459a37b45 to your computer and use it in GitHub Desktop.
Save felipecustodio/a51ef3b76af615ffbe29aeb459a37b45 to your computer and use it in GitHub Desktop.
bettermotherfuckingwebsite + computer modern
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
}
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsx.otf');
font-weight: bold;
}
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsi.otf');
font-style: italic;
}
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunbxo.otf');
font-weight: bold;
font-style: italic;
}
body {
font-family: "Computer Modern", sans-serif;
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
}
h1,
h2,
h3 {
line-height: 1.2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment