summaryrefslogtreecommitdiff
path: root/res/ot_features.txt
diff options
context:
space:
mode:
authorChristian Robertson <robertsonc@google.com>2014-05-19 16:09:20 -0700
committerChristian Robertson <robertsonc@google.com>2014-05-19 16:09:20 -0700
commit7051939fa74b5f8f453be605f5dc3b4c23e1d1d9 (patch)
tree65cb31b34a64b2b07f9f6fd1bcb58d9a4945a92d /res/ot_features.txt
Importing Roboto 2.0
Diffstat (limited to 'res/ot_features.txt')
-rwxr-xr-xres/ot_features.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/ot_features.txt b/res/ot_features.txt
new file mode 100755
index 0000000..ac707e1
--- /dev/null
+++ b/res/ot_features.txt
@@ -0,0 +1,27 @@
+feature smcp {
+ sub @UC_ROMAN by @SC_ROMAN;
+ sub @LC_ROMAN by @SC_ROMAN;
+ sub Idotaccent by Idotaccent.smcp;
+ sub germandbls by germandbls.smcp;
+} smcp;
+
+feature liga {
+ sub f i by fi;
+ sub f f i by ffi;
+} liga;
+
+feature lnum {
+ sub @TNUM by @LNUM;
+}
+
+feature ss01 {
+ sub alpha by alpha.alt;
+}
+
+feature ss02 {
+ sub g by g.alt;
+}
+
+feature ss03 {
+ sub R by R.alt;
+} \ No newline at end of file