Skip to content

A complete list of Bootstrap Fonts and their sources, with updated packages for security.

License

Notifications You must be signed in to change notification settings

TinyCreek/bootstrap-fonts-complete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Fonts Complete (Tiny Creek fork)

This fork exists to update the PostCSS dependency to resolve a Dependabot alert.

A complete list of Bootstrap Fonts and their sources.

Usage

var fonts = require('bootstrap-fonts-complete');

console.dir(fonts);

yields

{
    "monospace": {
        "category": "monospace",
        "lastModified": "2015-07-24",
        "version": "v1",
        "variants": {
            "italic": {
                "400": {
                    "local": [
                        "'Menlo Italic'",
                        "'Menlo-Italic'",
                        ...
                    ]
                },
                ...
            },
            ...
        }
    },
    ...
}

About

A complete list of Bootstrap Fonts and their sources, with updated packages for security.

Resources

License

Stars

Watchers

Forks

Packages

No packages published