Socket
Socket
Sign inDemoInstall

@vonage/vvd-fonts

Package Overview
Dependencies
3
Maintainers
14
Versions
124
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vonage/vvd-fonts

Vivid fonts initialisation service


Version published
Maintainers
14
Install size
1.10 MB
Created

Changelog

Source

0.19.1 (2021-01-10)

Bug Fixes

  • icon: fixed israel and usa flags (#555) (1dde165)
  • vvd-fonts: issue #562 fixing dependencies of fonts package (#563) (50cafab)

Readme

Source

Vivid Fonts

As part of the One Vonage unified branding and look'n'feel experience, we are providing a common Web fonts set. Our font loading service will load a variable fonts for any supporting platform, while falling back to the static fonts on the non-supporting ones.

To apply Vivid fonts in your application please refer to typography module documentation.


Support matrix
ChromeFirefoxEdgeOperaSafari
regular fonts
variable fonts✔ 62+✔ 62+✔ 17+✔ 49+✔ 11+

JS/TS driven initialization

If the JS/TS approach is taken, you should follow the example below:

import fonts from '@vonage/vvd-fonts';
...
fonts.init().then(() =>
	//	do post init stuff here
);

Note: this approach won't block site's contents rendering, so you'll most likely to experience FOUC behaviour unless employing some kind of loading vilon on start up.


FAQs

Last updated on 10 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc