@khanacademy/wonder-blocks-theming
Advanced tools
Comparing version 1.2.0 to 1.2.1
# @khanacademy/wonder-blocks-theming | ||
## 1.2.1 | ||
### Patch Changes | ||
- edcfbe14: fix font.family.sans value | ||
## 1.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -53,3 +53,3 @@ import Spacing from '@khanacademy/wonder-blocks-spacing'; | ||
family: { | ||
sans: 'Lato,"Noto Sans" sans-serif', | ||
sans: 'Lato, "Noto Sans", sans-serif', | ||
serif: '"Noto Serif", serif', | ||
@@ -56,0 +56,0 @@ mono: "Inconsolata, monospace" |
@@ -81,3 +81,3 @@ 'use strict'; | ||
family: { | ||
sans: 'Lato,"Noto Sans" sans-serif', | ||
sans: 'Lato, "Noto Sans", sans-serif', | ||
serif: '"Noto Serif", serif', | ||
@@ -84,0 +84,0 @@ mono: "Inconsolata, monospace" |
{ | ||
"name": "@khanacademy/wonder-blocks-theming", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -48,3 +48,3 @@ import Spacing from "@khanacademy/wonder-blocks-spacing"; | ||
family: { | ||
sans: 'Lato,"Noto Sans" sans-serif', | ||
sans: 'Lato, "Noto Sans", sans-serif', | ||
serif: '"Noto Serif", serif', | ||
@@ -51,0 +51,0 @@ mono: "Inconsolata, monospace", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86384