Last active
August 23, 2023 22:35
-
-
Save mikepjb/fe6762acd0a4c6ef231f14aca5bdc19f to your computer and use it in GitHub Desktop.
Recursive font config file for Blink.sh
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
@font-face { | |
font-family: "Recursive Mono Linear Static"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://github.com/arrowtype/recursive/raw/main/fonts/ArrowType-Recursive-1.085/Recursive_Web/woff2_static/RecursiveMonoLnrSt-Regular.woff2') format('woff2'); | |
} | |
@font-face { | |
font-family: "Recursive Mono Linear Static"; | |
font-style: normal; | |
font-weight: 400; | |
src: url('https://github.com/arrowtype/recursive/raw/main/fonts/ArrowType-Recursive-1.085/Recursive_Web/woff2_static/RecursiveMonoLnrSt-Regular.woff2') format('woff2'); | |
} | |
@font-face { | |
font-family: "Recursive Mono Linear Static"; | |
font-weight: 600; | |
src: url('https://github.com/arrowtype/recursive/raw/main/fonts/ArrowType-Recursive-1.085/Recursive_Web/woff2_static/RecursiveMonoLnrSt-Bold.woff2') format('woff2'); | |
} | |
@font-face { | |
font-family: "Recursive Mono Linear Static"; | |
font-weight: 800; | |
src: url('https://github.com/arrowtype/recursive/raw/main/fonts/ArrowType-Recursive-1.085/Recursive_Web/woff2_static/RecursiveMonoLnrSt-Bold.woff2') format('woff2'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment