diff --git a/fonts.json b/fonts.json index c1bb1fc..b4c21a2 100644 --- a/fonts.json +++ b/fonts.json @@ -557,17 +557,8 @@ "zerostyle": "slashed", "variants": "8 weights, italics, and additional OpenType variations.", "website": "https://connary.com/ellograph.html", - "year": 2020 - }, - "envy-code-r": { - "author": "Damien Guard", - "ligatures": false, - "name": "Envy Code R", - "rendering": "vector", - "style": "sans", - "zerostyle": "slashed", - "website": "https://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released", - "year": 2008 + "year": 2020, + "zerostyle": "slashed" }, "fairfax": { "author": "Rebecca G. Bettencourt", diff --git a/fonts/resources/envy-code-r/Read Me.txt b/fonts/resources/envy-code-r/Read Me.txt deleted file mode 100755 index fcee4c4..0000000 --- a/fonts/resources/envy-code-r/Read Me.txt +++ /dev/null @@ -1,16 +0,0 @@ -Envy Code R (coding font) preview #7.2 -====================================== -Envy Code R is a fully-scalable monospaced font designed for programming and command prompts. - -There are three variants including in the archive - Regular, Bold and Italic. A large number of additional symbols outside the ASCII range and provided which covers most of the Windows/ISO 1252 codepage, MacOS Roman and a number of other Central European pages. - -This archive also contains a folder named 'Visual Studio Italics-as-bold' which contains the Regular and Italic fonts again with an alternate name of 'Envy Code R VS' and with the Italic variant set to identify itself as bold. This allows you to utilise italics within Visual Studio's syntax highlighter by choosing bold everywhere you want italics - great for comments or strings! - -If you wish to use Envy Code R as a font for your Windows Command Prompt run the included .reg registry file and reboot, then choose Properties from the Command Prompt to set it. - -Please send feedback to damien@envytech.co.uk and be sure to visit http://damieng.com/fonts/envy-code-r for updates and more information. - -[)amien -Damien Guard, May 2008. - -Copyright © 2006-2008 Envy Technologies Ltd. Free to use but redistribution prohibited. \ No newline at end of file diff --git a/fonts/resources/envy-code-r/envy-code-r-bold.woff b/fonts/resources/envy-code-r/envy-code-r-bold.woff deleted file mode 100755 index 964c909..0000000 Binary files a/fonts/resources/envy-code-r/envy-code-r-bold.woff and /dev/null differ diff --git a/fonts/resources/envy-code-r/envy-code-r-italic.woff b/fonts/resources/envy-code-r/envy-code-r-italic.woff deleted file mode 100755 index 0c9582e..0000000 Binary files a/fonts/resources/envy-code-r/envy-code-r-italic.woff and /dev/null differ diff --git a/fonts/resources/envy-code-r/envy-code-r.woff b/fonts/resources/envy-code-r/envy-code-r.woff deleted file mode 100755 index 5fe6b52..0000000 Binary files a/fonts/resources/envy-code-r/envy-code-r.woff and /dev/null differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index b0f07de..0abf3d6 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -139,10 +139,6 @@ .font ( 'ellograph', normal, italic, 'ellograph/ellograph-italic.woff' ); .font ( 'ellograph', normal, normal, 'ellograph/ellograph.woff' ); -.font ( 'envy-code-r', bold, normal, 'envy-code-r/envy-code-r-bold.woff' ); -.font ( 'envy-code-r', normal, italic, 'envy-code-r/envy-code-r-italic.woff' ); -.font ( 'envy-code-r', normal, normal, 'envy-code-r/envy-code-r.woff' ); - .font ( 'fairfax', bold, normal, 'fairfax/fairfax-bold.ttf' ); .font ( 'fairfax', normal, italic, 'fairfax/fairfax-italic.ttf' ); .font ( 'fairfax', normal, normal, 'fairfax/fairfax.ttf' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index af1ccfd..46d2f34 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -592,24 +592,6 @@ font-style: normal; src: url('../resources/ellograph/ellograph.woff'); } -@font-face { - font-family: 'envy-code-r'; - font-weight: bold; - font-style: normal; - src: url('../resources/envy-code-r/envy-code-r-bold.woff'); -} -@font-face { - font-family: 'envy-code-r'; - font-weight: normal; - font-style: italic; - src: url('../resources/envy-code-r/envy-code-r-italic.woff'); -} -@font-face { - font-family: 'envy-code-r'; - font-weight: normal; - font-style: normal; - src: url('../resources/envy-code-r/envy-code-r.woff'); -} @font-face { font-family: 'fairfax'; font-weight: bold;