From d33ca1d82964d663a3b8b453d3769fd37ee3455b Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 11 Mar 2019 11:44:23 -0700 Subject: [PATCH] Add style usage in the README Google Font shows a `Specify in CSS` section which is very convenient for copy/paste since the font name has a `space` in it. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fc1c7e4..920aab0 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ Swift: @import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css); ``` +```css +/* Specify in CSS */ +font-family: 'Fira Code', monospace; +``` + + - IE 10+, Edge: enable with `font-feature-settings: "calt" 1;` - Firefox - Safari