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.
system-font-css
Advanced tools
System Font CSS is set of @font-face
rules that let you use the native system font of the OS running the browser.
body {
font-family: system;
}
system-font.css offers eight variations of the system
font family; light (300) light italic, normal (400), normal italic, medium (500), medium italic, bold (700), and bold italic.
blockquote {
font: italic 300 system;
}
p {
font: 400 system;
}
OSX has used three system typefaces. Since El Capitan it has used San Fransisco. In Yosemite it used Helvetica Neue. From Mavericks back to Kodiak it used Lucida Grande.
Windows has used four system typefaces. Since Vista it has used Segoe UI. In XP, it used Tahoma, which oddly enough does not have an italic variation. From Windows XP back to Windows 3.1 it used Microsoft Sans Serif. Finally, from Windows 2.0 back to Windows 1.0 it used Fixedsys, which is not included in this set, with apologies to Windows 2.0 users.
Ubuntu has always used one system typeface, apty named Ubuntu. That part was easy.
system
going to be a thing?Maybe. There are discussions in the W3C to standardize a generic system
family.
1.0.0 (2015-07-30)
FAQs
Use the native system font of the OS running the browser
The npm package system-font-css receives a total of 733 weekly downloads. As such, system-font-css popularity was classified as not popular.
We found that system-font-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.