docs: tweak body copy, link to CopyableCodeSnippet recipe

This commit is contained in:
Eric Liu 2020-11-22 09:50:46 -08:00
commit f5509060d5
8 changed files with 24 additions and 11 deletions

View file

@ -35,6 +35,13 @@
</script>
<style global>
.body-short-01 {
font-size: var(--cds-body-short-01-font-size);
font-weight: var(--cds-body-short-01-font-weight);
letter-spacing: var(--cds-body-short-01-letter-spacing);
line-height: var(--cds-body-short-01-line-height);
}
.bx--col > h1 {
font-size: var(--cds-display-01-font-size);
font-weight: var(--cds-display-01-font-weight);