Created
May 29, 2026 01:43
-
-
Save felipecustodio/5f4c2fa8e1cbde40f3dcd60e0921bf8d to your computer and use it in GitHub Desktop.
Computer Modern + Miedinger digits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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