Socket
Socket
Sign inDemoInstall

google-font-installer

Package Overview
Dependencies
25
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.7

2

package.json
{
"name": "google-font-installer",
"version": "1.0.5",
"version": "1.0.7",
"description": "Download and install Google Web Fonts on your local machine",

@@ -5,0 +5,0 @@ "author": "Lorenzo Zottar <lordgiotto@gmail.com>",

Google Font Installer
=============
Google Font Installer is a NodeJS module/CLI that lets you Search, Download and Install fonts offered by Google Web Fonts.
You can use it in two ways:
- installing the module system wide and using the Command Line Interface (CLI)
- requiring the module in your project and use the APIs
- install the module system wide and use the Command Line Interface (CLI)
- require the module in your project and use the APIs
###### Font installation footnote
In Linux and OSX, the font will be installed in the user's font directory (~/.fonts for Linux, ~/Library/Fonts for OSX).
In Windows, due to the fact that font installation require some register modifications, I prefered to create a little WScript (a windows script that use ActiveX windows interface) and spawn a `cscript` process to install the font in a _'windows native way'_.
<br>
![how gfi works](https://dl.dropboxusercontent.com/u/821181/gfi.gif)
<br>
### Table of content
- [CLI](#cli)

@@ -29,2 +32,8 @@ - [Search a font](#search-a-font)

<br>
###### Font installation footnote
In Linux and OSX, the font will be installed in the user's font directory (~/.fonts for Linux, ~/Library/Fonts for OSX).
In Windows, due to the fact that font installation require some register modifications, I prefered to create a little WScript (a windows script that use ActiveX windows interface) and spawn a `cscript` process to install the font in a _'windows native way'_.
# CLI

@@ -31,0 +40,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc