ell-radial-text
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -66,3 +66,3 @@ import { __decorate } from "tslib"; | ||
display: inline-flex; | ||
font-family: var(--ell-font-family, monospace); | ||
font-family: var(--ell-font-family, ui-monospace, monospace); | ||
} | ||
@@ -69,0 +69,0 @@ |
{ | ||
"name": "ell-radial-text", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Radial text web component", | ||
@@ -5,0 +5,0 @@ "main": "lib/ell-radial-text.js", |
@@ -48,5 +48,5 @@ <!-- | ||
| Custom Property | Default | Description | | ||
| ------------------- | ----------- | ----------- | | ||
| `--ell-font-family` | `monospace` | The font-family of the text | | ||
| Custom Property | Default | Description | | ||
| ------------------- | ------------------------- | ----------- | | ||
| `--ell-font-family` | `ui-monospace, monospace` | The font-family of the text | | ||
@@ -53,0 +53,0 @@ **It is HIGHLY recommended to use a monospace font-face.** |
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
10442