@vonage/vvd-fonts
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -0,1 +1,10 @@ | ||
# [1.3.0](https://github.com/vonage/vivid/compare/v1.2.0...v1.3.0) (2021-02-11) | ||
### Features | ||
* **fonts:** issue [#631](https://github.com/vonage/vivid/issues/631) font-display deterministic resolution ([#632](https://github.com/vonage/vivid/issues/632)) ([74befed](https://github.com/vonage/vivid/commit/74befedba27e4997ea9e5aa63c24a23ffe21b984)) | ||
# [1.2.0](https://github.com/vonage/vivid/compare/v1.1.3...v1.2.0) (2021-02-03) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@vonage/vvd-fonts", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Vivid fonts initialisation service", | ||
@@ -34,7 +34,7 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts", | ||
"devDependencies": { | ||
"@vonage/vvd-foundation": "^1.2.0", | ||
"@vonage/vvd-foundation": "^1.3.0", | ||
"@vonage/vvd-umbrella": "^1.0.4", | ||
"typescript": "^4.1.3" | ||
}, | ||
"gitHead": "4f0790041fd364600c73fad57c6902cfcec78d89" | ||
"gitHead": "52ab663833455b4dbbcdcc9f436e16819ab88606" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Vivid Fonts | ||
### Vivid Fonts | ||
@@ -8,3 +8,3 @@ As part of the One Vonage unified branding and look'n'feel experience, we are providing a common Web fonts set. | ||
# Usage | ||
### Usage | ||
@@ -28,3 +28,3 @@ Im most majority of the cases, consuming application should __do nothing__ with regard to fonts initialization. | ||
# Performance hints | ||
### Performance hints | ||
@@ -31,0 +31,0 @@ We are initializing fonts asynchronously. |
// autogenerated module | ||
import { css } from 'lit-element'; | ||
export const style = css `:root{--vvd-font-family-spezia:"SpeziaWeb"}@font-face{font-family:"SpeziaWeb";src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-Regular.woff2") format("woff2");font-style:normal;font-weight:400}@font-face{font-family:"SpeziaWeb";src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-WideMedium.woff2") format("woff2");font-style:normal;font-weight:500}@font-face{font-family:"SpeziaWeb";src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-SemiBold.woff2") format("woff2");font-style:normal;font-weight:600}@font-face{font-family:"SpeziaMonoWeb";src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-MonoRegular.woff2") format("woff2");font-style:normal;font-weight:400}@supports(font-variation-settings: "wdth" 9){:root{--vvd-font-family-spezia:"SpeziaWebVariable"}@font-face{font-family:"SpeziaWebVariable";src:url("//fonts.resources.vonage.com/fonts/v1/Spezia_Web_Complete_Upright.woff2") format("woff2-variations");font-style:normal;font-weight:1 1000;font-stretch:50% 200%}@font-face{font-family:"SpeziaMonoWebVariable";src:url("//fonts.resources.vonage.com/fonts/v1/Spezia_Web_Monospace_Complete.woff2") format("woff2-variations");font-style:normal;font-weight:1 1000;font-stretch:50% 200%}}`; | ||
export const style = css `:root{--vvd-font-family-spezia:"SpeziaWeb"}@font-face{font-display:block;font-family:"SpeziaWeb";font-style:normal;font-weight:400;src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-Regular.woff2") format("woff2")}@font-face{font-display:block;font-family:"SpeziaWeb";font-style:normal;font-weight:500;src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-WideMedium.woff2") format("woff2")}@font-face{font-display:block;font-family:"SpeziaWeb";font-style:normal;font-weight:600;src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-SemiBold.woff2") format("woff2")}@font-face{font-display:block;font-family:"SpeziaMonoWeb";font-style:normal;font-weight:400;src:url("//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-MonoRegular.woff2") format("woff2")}@supports(font-variation-settings: "wdth" 9){:root{--vvd-font-family-spezia:"SpeziaWebVariable"}@font-face{font-display:block;font-family:"SpeziaWebVariable";font-stretch:50% 200%;font-style:normal;font-weight:1 1000;src:url("//fonts.resources.vonage.com/fonts/v1/Spezia_Web_Complete_Upright.woff2") format("woff2-variations")}@font-face{font-display:block;font-family:"SpeziaMonoWebVariable";font-stretch:50% 200%;font-style:normal;font-weight:1 1000;src:url("//fonts.resources.vonage.com/fonts/v1/Spezia_Web_Monospace_Complete.woff2") format("woff2-variations")}}`; | ||
//# sourceMappingURL=vvd-fonts.css.js.map |
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
30498
80