diff --git a/fonts.json b/fonts.json index d6375e3..c0e05e2 100644 --- a/fonts.json +++ b/fonts.json @@ -594,8 +594,17 @@ "style": "sans", "variants": "8 weights, italics, and additional OpenType variations.", "website": "https://connary.com/ellograph.html", - "year": 2020, - "zerostyle": "slashed" + "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 }, "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 new file mode 100755 index 0000000..fcee4c4 --- /dev/null +++ b/fonts/resources/envy-code-r/Read Me.txt @@ -0,0 +1,16 @@ +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 new file mode 100755 index 0000000..964c909 Binary files /dev/null and b/fonts/resources/envy-code-r/envy-code-r-bold.woff 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 new file mode 100755 index 0000000..0c9582e Binary files /dev/null and b/fonts/resources/envy-code-r/envy-code-r-italic.woff differ diff --git a/fonts/resources/envy-code-r/envy-code-r.woff b/fonts/resources/envy-code-r/envy-code-r.woff new file mode 100755 index 0000000..5fe6b52 Binary files /dev/null and b/fonts/resources/envy-code-r/envy-code-r.woff differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index d470286..fe85bfa 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -146,6 +146,10 @@ .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 3dcce8b..0179f86 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -622,6 +622,24 @@ 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;