New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

frontfontpackage

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontfontpackage

目录结构如下

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

frontFontPackage

目录结构如下

我的字体库:

tree  /f
目前主要收录了苹果的字体.如下调用
@font-face {
    font-family: 'PingFang'; 
    src: url('https://cdn.jsdelivr.net/npm/frontfontpackage@1.0.0/PingFang/苹方黑体-细-简.ttf'); 
    font-weight: normal;
    font-style: normal;
    font-display:optional
}
.tab_item {
    font-size: 1rem;
    font-family: PingFang,  sans-serif;
    line-height: 1rem;
    color: #979797;
}


D:.
│  package.json
│  readme.md
│
└─PingFang
        苹方黑体-中粗-简.ttf
        苹方黑体-中黑-简.ttf
        苹方黑体-准-简.ttf
        苹方黑体-细-简.ttf

Keywords

字体

FAQs

Package last updated on 18 May 2023

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