fonts

所属分类:多国语言处理
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2022-12-10 22:24:15
上 传 者sh-1993
说明:  一组免费的单空间编程字体,
(A collection of free monospace programming fonts,)

文件列表:
.eslintrc.js (120, 2020-07-22)
LICENSE (1069, 2020-07-22)
fonts/ (0, 2020-07-22)
fonts/3270/ (0, 2020-07-22)
fonts/3270/LICENSE (2631, 2020-07-22)
fonts/3270/regular.ttf (132108, 2020-07-22)
fonts/3270/regular.woff (92540, 2020-07-22)
fonts/APL2741/ (0, 2020-07-22)
fonts/APL2741/LICENSE (13, 2020-07-22)
fonts/APL2741/regular.ttf (45944, 2020-07-22)
fonts/APL385/ (0, 2020-07-22)
fonts/APL385/LICENSE (13, 2020-07-22)
fonts/APL385/regular.ttf (212256, 2020-07-22)
fonts/Agave/ (0, 2020-07-22)
fonts/Agave/LICENSE (1081, 2020-07-22)
fonts/Agave/regular.ttf (117732, 2020-07-22)
fonts/Anka Coder/ (0, 2020-07-22)
fonts/Anka Coder/LICENSE (4511, 2020-07-22)
fonts/Anka Coder/regular.ttf (66428, 2020-07-22)
fonts/Anonymous Pro/ (0, 2020-07-22)
fonts/Anonymous Pro/LICENSE (4424, 2020-07-22)
fonts/Anonymous Pro/regular.ttf (158080, 2020-07-22)
fonts/Average Mono/ (0, 2020-07-22)
fonts/Average Mono/LICENSE (35821, 2020-07-22)
fonts/Average Mono/regular.ttf (1409208, 2020-07-22)
fonts/B612 Mono/ (0, 2020-07-22)
fonts/B612 Mono/LICENSE (4451, 2020-07-22)
fonts/B612 Mono/regular.ttf (56724, 2020-07-22)
fonts/B612 Mono/regular.woff (24304, 2020-07-22)
fonts/B612 Mono/regular.woff2 (19104, 2020-07-22)
fonts/BPmono/ (0, 2020-07-22)
fonts/BPmono/LICENSE (781, 2020-07-22)
fonts/BPmono/regular.ttf (99960, 2020-07-22)
fonts/BPmono/regular.woff (20588, 2020-07-22)
... ...

# Fonts A collection of free monospace programming fonts. ## Usage Simply import `@sourcebin/fonts/dist/index.css` in your site and use one of the fonts listed in `@sourcebin/fonts`. Fonts are loaded through `@font-face` definitions. ```js import fonts from '@sourcebin/fonts'; function setFont(el, font) { if (fonts.includes(font)) { el.style.fontFamily = font; } throw new Error('Invalid font'); } ```

近期下载者

相关文件


收藏者