From c2c52ab35bcd21e5cb36be81033eef8879a06412 Mon Sep 17 00:00:00 2001 From: Randall Mason Date: Sun, 8 Aug 2021 21:09:50 -0500 Subject: [PATCH] remove eot, pin to 5.2 --- GoormIDE-Instructions.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/GoormIDE-Instructions.md b/GoormIDE-Instructions.md index 58ba7f8..37bb583 100644 --- a/GoormIDE-Instructions.md +++ b/GoormIDE-Instructions.md @@ -9,10 +9,9 @@ In a workspace: ```css @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; }