From 7e5c35d06eb1c17d499c6bdb49b616003d2777a0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 8 Mar 2018 14:39:28 +0100 Subject: Add comment about commented out CSS exception --- packages/react-docs/example/public/css/roboto.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/react-docs') diff --git a/packages/react-docs/example/public/css/roboto.css b/packages/react-docs/example/public/css/roboto.css index 7da89f924..4c4a126b0 100644 --- a/packages/react-docs/example/public/css/roboto.css +++ b/packages/react-docs/example/public/css/roboto.css @@ -1,3 +1,9 @@ +/* +NOTE: This file includes several font faces that are commented out. They are +not currently used by this app but could be at a future point. For this reason, +we leave them commented out rather then removing them completely. +*/ + @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Thin.ttf') format('truetype'); -- cgit v1.2.3