Skip to content

diabloxenon/FuriousCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuriousCoder

An implementation of Fira Code with Nerd Fonts variant to support modern day web.

Installation

To install it in your site, there are two versions from which you need to choose

If you want to use Light version of fonts in your site:

<!-- HTML -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/diabloxenon/FuriousCoder@1.1.3/stylePro.css">
/* CSS */
@import url('https://cdn.jsdelivr.net/gh/diabloxenon/FuriousCoder@1.1.3/stylePro.css');

If you want to use Light version of fonts in your site:

<!-- HTML -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/diabloxenon/FuriousCoder@1.1.3/styleLight.css">
/* CSS */
@import url('https://cdn.jsdelivr.net/gh/diabloxenon/FuriousCoder@1.1.3/styleLight.css');
  • IE 10+, Edge: enable with font-feature-settings: "calt" 1;
  • Firefox
  • Safari
  • Chromium-based browsers (Chrome, Opera)
  • ACE
  • CodeMirror (enable with font-variant-ligatures: contextual;)

Credits

About

An implementation of Fira Code with Nerd Fonts variant to support modern day web.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published