Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@code.gov/code-gov-font
Advanced tools
Custom font with icons used by code-gov-web. Based on font-awesome. Built using fontello.
Custom font with icons used by code-gov-web. Based on font-awesome and icon by Hadrien. Built using fontello.
In order to use the font on a website, you have to install it first. There's a good chance that you will have to update the paths below to match you folder structure.
@font-face {
font-family: 'code-gov';
src: url('../font/code-gov.eot?29334233');
src: url('../font/code-gov.eot?29334233#iefix') format('embedded-opentype'),
url('../font/code-gov.woff2?29334233') format('woff2'),
url('../font/code-gov.woff?29334233') format('woff'),
url('../font/code-gov.ttf?29334233') format('truetype'),
url('../font/code-gov.svg?29334233#code-gov') format('svg');
font-weight: normal;
font-style: normal;
}
If you've updated the config.json and want to rebuild the font, run
npm run build
If you have any questions, please post a GitHub issue! :-)
FAQs
Custom font with icons used by code-gov-web. Based on font-awesome. Built using fontello.
The npm package @code.gov/code-gov-font receives a total of 0 weekly downloads. As such, @code.gov/code-gov-font popularity was classified as not popular.
We found that @code.gov/code-gov-font demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.