Hi all,
recently Adobe open sourced another font [1] [2]. It’s primarily
intended for use as WOFF but has some interesting properties
nevertheless (like covering *every* unicode code point). Below is
a typescript [3], take it with a grain of salt ;-)
Best
Philipp
[1] announcement:
http://blogs.adobe.com/typblography/2013/03/introducing-adobe-blank.html
[2] repo:
http://sourceforge.net/adobe/adobe-blank/wiki/Home/
[3] gist: https://gist.github.com/phi-gamma/5300862
Note that in spite of the font being tagged “regular”, sans
is defined too. You won’t notice the difference, I swear!
·· ·········································
%D \module
%D [ file=type-imp-adobeblank.mkiv,
%D version=2013-04-03 14:18:30+0200,
%D title=\CONTEXT\ Typescript Macros,
%D subtitle=Adobe Blank,
%D author=Philipp Gesang,
%D date=\currentdate,
%D copyright=Philipp Gesang]
%M Announcement:
%M http://blogs.adobe.com/typblography/2013/03/introducing-adobe-blank.html
%M
%M Files in the orginal distribution:
%M · AdobeBlank.otf
%M Available Opentype features: none
\starttypescriptcollection[adobeblank]
\starttypescript [\s!serif,\s!sans] [adobeblank]
\definefontsynonym [AdobeBlank-Regular] [\s!file:adobeblank.otf] [\s!features=\s!default]
\definefontsynonym [AdobeBlank-Italic] [\s!file:adobeblank.otf] [\s!features=\s!default]
\definefontsynonym [AdobeBlank-Bold] [\s!file:adobeblank.otf] [\s!features=\s!default]
\definefontsynonym [AdobeBlank-BoldItalic] [\s!file:adobeblank.otf] [\s!features=\s!default]
\stoptypescript
\starttypescript [\s!serif] [adobeblank] [\s!name]
\setups[\s!font:\s!fallback:\s!serif]
\definefontsynonym [\s!Serif] [AdobeBlank-Regular]
\definefontsynonym [\s!SerifItalic] [AdobeBlank-Italic]
\definefontsynonym [\s!SerifBold] [AdobeBlank-Bold]
\definefontsynonym [\s!SerifBoldItalic] [AdobeBlank-BoldItalic]
\stoptypescript
\starttypescript [\s!sans] [adobeblank] [\s!name]
\setups[\s!font:\s!fallback:\s!sans]
\definefontsynonym [\s!Sans] [AdobeBlank-Regular]
\definefontsynonym [\s!SansItalic] [AdobeBlank-Italic]
\definefontsynonym [\s!SansBold] [AdobeBlank-Bold]
\definefontsynonym [\s!SansBoldItalic] [AdobeBlank-BoldItalic]
\stoptypescript
\starttypescript [adobeblank]
\definetypeface [\typescriptone] [\s!rm] [\s!serif] [\typescriptone] [\s!default]
\definetypeface [\typescriptone] [\s!ss] [\s!sans] [\typescriptone] [\s!default]
%definetypeface [\typescriptone] [\s!tt] [\s!mono] [\typescriptone] [\s!default]
\quittypescriptscanning
\stoptypescript
\stoptypescriptcollection