Last active
November 8, 2023 01:29
-
-
Save joohyung-park/b0e6c594a5f3f84cebdf46172653ad5f to your computer and use it in GitHub Desktop.
IBMPlexMono
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: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-Regular.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 400; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-Italic.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 100; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-Thin.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 100; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-ThinItalic.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 200; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-ExtraLight.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 200; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-ExtraLightItalic.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-Light.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-LightItalic.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 500; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-Medium.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 500; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-MediumItalic.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 600; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-SemiBold.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 600; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-SemiBoldItalic.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-Bold.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'IBM Plex Mono'; | |
font-style: italic; | |
font-weight: 700; | |
src: local('IBM Plex Mono'), url('https://fonts.cdnfonts.com/s/15971/IBMPlexMono-BoldItalic.woff') format('woff'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment