From 921453b2c91222d3a30cda5f02d36a6ae55f45d5 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 26 Sep 2017 15:00:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bc9941..543c1b1 100644 --- a/README.md +++ b/README.md @@ -63,14 +63,14 @@ the terms. This script accepts an arbitrary number of font specs. A font spec consists of a font name as accepted by Google's servers, optionally followed by a colon, an optional font weight in numbers or the string "bold" and an - optional font style of "italic" for italics. In [EBNF](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form): + optional font style of "italic" (or "i") for italics. In [EBNF](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form): ```ebnf fontspec = fontname, [ ":", [ fontweight ], [ fontstyle ] ] fontweight = number | "bold" number = { digit } digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" - fontstyle = "italic" + fontstyle = "italic" | "i" ``` While Google's servers will accept other inputs and abbreviations for font