From a7933a962d31e27161e088d05033123a6a3214d7 Mon Sep 17 00:00:00 2001 From: Silke Date: Mon, 18 Apr 2016 12:49:18 +0200 Subject: [PATCH] Update readme options, make clear it is Markdown --- README => README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename README => README.md (83%) diff --git a/README b/README.md similarity index 83% rename from README rename to README.md index 8470ced..5a1b47a 100644 --- a/README +++ b/README.md @@ -11,10 +11,13 @@ The following options can be used: * `lining, nf`: use lining numbers. * `tabular`: use fixed-width numbers. * `proportional`: use normal numbers. +* `black`: `\bfseries` is black. * `semibold`: `\bfseries` is semibold. * `bold`: `\bfseries` is bold. +* `light`: `\mdseries` is light. +* `extralight`: `\mdseries` is extra light. * `regular`: `\mdseries` is regular. -* `scale, scaled`: set scaling for the font, eg: scale=.5 +* `scale, scaled`: set scaling for the font, eg: `scale=.5` * `default`: Source Serif Pro is set as default font family. * `normdefault`: Source Serif Pro is not set as roman (serif) family. * `type1, t1`: override detection and load the Type1 font family.