New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typeface-roboto

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeface-roboto

Roboto typeface

  • 1.1.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is typeface-roboto?

The typeface-roboto npm package allows you to easily include the Roboto font in your web projects. It provides a convenient way to load the Roboto font family without needing to manually download and include the font files.

What are typeface-roboto's main functionalities?

Include Roboto Font

This feature allows you to include the Roboto font in your project by simply importing the package. This will make the Roboto font available for use in your CSS.

import 'typeface-roboto';

Use Roboto Font in CSS

After importing the package, you can use the Roboto font in your CSS by specifying it in the font-family property.

body { font-family: 'Roboto', sans-serif; }

Other packages similar to typeface-roboto

Keywords

FAQs

Package last updated on 06 Oct 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc