Remove theme comment about font-weight-bold

We want to also apply this variable in other circumstances.

Change-Id: I43cc013cc6c30054e7a68cd98460d7d5aaa8e237
This commit is contained in:
Ben Rohlfs
2019-10-20 22:29:16 +02:00
parent 0fa868fd73
commit 89a16dc453
2 changed files with 0 additions and 2 deletions

View File

@@ -84,7 +84,6 @@ html {
--line-height-h3: 1.4; /* 21.0px */ --line-height-h3: 1.4; /* 21.0px */
--line-height-h2: 1.4; /* 27.3px */ --line-height-h2: 1.4; /* 27.3px */
--line-height-h1: 1.4; /* 36.4px */ --line-height-h1: 1.4; /* 36.4px */
/* Used on text for change list that needs user's attention. */
--font-weight-bold: 500; --font-weight-bold: 500;
--monospace-font-family: 'Roboto Mono', Menlo, 'Lucida Console', Monaco, monospace; --monospace-font-family: 'Roboto Mono', Menlo, 'Lucida Console', Monaco, monospace;

View File

@@ -73,7 +73,6 @@ limitations under the License.
--border-color: #5f6368; --border-color: #5f6368;
/* fonts */ /* fonts */
/* Used on text for change list that needs user's attention. */
--font-weight-bold: 900; --font-weight-bold: 900;
/* spacing */ /* spacing */