@capsizecss/core
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -147,4 +147,8 @@ import { AtRule } from 'csstype'; | ||
interface FontMetrics { | ||
/** The font family name as authored by font creator */ | ||
/** The font’s family name as authored by font creator */ | ||
familyName: string; | ||
/** The font’s full name as authored by font creator */ | ||
fullName: string; | ||
/** The font’s unique PostScript name as authored by font creator */ | ||
postscriptName: string; | ||
/** | ||
@@ -151,0 +155,0 @@ * The style of the font: serif, sans-serif, monospace, display, or handwriting. |
{ | ||
"name": "@capsizecss/core", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Flipping how we define typography", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49011
759