From 079486533a3a0d8aa8a98639bcad1d58e946dc83 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Thu, 28 Sep 2017 03:56:54 -0400 Subject: [PATCH] Add examples of how to use Fira Code on a webpage (#491) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bc5d6cc..5d3a2fa 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,16 @@ Swift: ### Browser support +```html + + +``` + +```css +/* CSS */ +@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css); +``` + - IE 10+, Edge: enable with `font-feature-settings: "calt" 1;` - Firefox - Safari