Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.18 KB

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