Skip to content

Instantly share code, notes, and snippets.

@felipecustodio
Created May 29, 2026 01:43
Show Gist options
  • Select an option

  • Save felipecustodio/5f4c2fa8e1cbde40f3dcd60e0921bf8d to your computer and use it in GitHub Desktop.

Select an option

Save felipecustodio/5f4c2fa8e1cbde40f3dcd60e0921bf8d to your computer and use it in GitHub Desktop.
Computer Modern + Miedinger digits
@import url("https://cdn.jsdelivr.net/gh/vsalvino/computer-modern@main/fonts/bright.css");
@import url("https://cdn.jsdelivr.net/gh/vsalvino/computer-modern@main/fonts/serif.css");
@font-face {
font-family: "Miedinger Digits";
src: url("https://db.onlinewebfonts.com/t/39ef4ceef70c633f89f5149378665c70.woff2") format("woff2"),
url("https://db.onlinewebfonts.com/t/39ef4ceef70c633f89f5149378665c70.woff") format("woff"),
url("https://db.onlinewebfonts.com/t/39ef4ceef70c633f89f5149378665c70.ttf") format("truetype");
unicode-range: U+0030-0039;
font-display: swap;
}
* {
font-family: "Miedinger Digits", "Computer Modern Serif" !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment