aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-08 21:39:28 +0800
committerFabio Berger <me@fabioberger.com>2018-03-08 21:39:28 +0800
commit7e5c35d06eb1c17d499c6bdb49b616003d2777a0 (patch)
treed76a6855a08e5d0e5cc15c9e8430b1b4e39800f5 /packages/react-docs
parent60756aa02bbfe6650b2c53a1c01daf30fe6e8bf1 (diff)
downloaddexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.tar
dexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.tar.gz
dexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.tar.bz2
dexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.tar.lz
dexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.tar.xz
dexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.tar.zst
dexon-sol-tools-7e5c35d06eb1c17d499c6bdb49b616003d2777a0.zip
Add comment about commented out CSS exception
Diffstat (limited to 'packages/react-docs')
-rw-r--r--packages/react-docs/example/public/css/roboto.css6
1 files changed, 6 insertions, 0 deletions
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');