From d9404d5d39137376a8f73a323775c82fd8df2654 Mon Sep 17 00:00:00 2001 From: Randall Mason Date: Sun, 8 Aug 2021 21:09:04 -0500 Subject: [PATCH] remove eot font, pin to 5.2 --- Cloud9-Instructions.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cloud9-Instructions.md b/Cloud9-Instructions.md index a227a92..2a2ce88 100644 --- a/Cloud9-Instructions.md +++ b/Cloud9-Instructions.md @@ -5,10 +5,9 @@ In a workspace: ``` @font-face{ font-family: 'Fira Code'; - src: url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/eot/FiraCode-Regular.eot') format('embedded-opentype'), - url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/woff2/FiraCode-Regular.woff2') format('woff2'), - url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/woff/FiraCode-Regular.woff') format('woff'), - url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/ttf/FiraCode-Regular.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/tonsky/FiraCode/5.2/distr/woff2/FiraCode-Regular.woff2') format('woff2'), + url('https://raw.githubusercontent.com/tonsky/FiraCode/5.2/distr/woff/FiraCode-Regular.woff') format('woff'), + url('https://raw.githubusercontent.com/tonsky/FiraCode/5.2/distr/ttf/FiraCode-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }