Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
typographic
Advanced tools
Responsive typography with modular scale, font stacks, and more. Built on Stylus. Depends on Rupture.
npm install -g rupture typographic
cd ~/Project
echo "@import 'typographic'" > css/foo.styl
stylus -u rupture -u typographic -w css/foo.styl
typo_breakpoint ?= 800px
- Set your mobile-to-desktop breakpoint.typo_typo_headers ?= helvetica
- The font stack for all <h1>
-<h6>
elements. You can find a list of these here.typo_typo_header_color ?= #111
- Colors for all <h1>
-<h6>
elements.typo_typo_header_weight ?= 200
- Font weight for <h1>
-<h6>
elements.typo_typo_tagline_color ?= #aaa
- The color of <p>
elements within a <header>
element.typo_body ?= helvetica
- <body>
font stack. You can find a list of these here.typo_typo_body_color ?= #444
- <body>
color.typo_mobile ?= major_third
- The named ratio size for mobile devices. You can use a custom float number as well. You can find a list of these here.typo_desktop ?= octave
- The named ratio size for desktop devices. You can use a custom float number as well. You can find a list of these here.settings.styl
file as a sibling to foo.styl
settings.styl
put:@import 'settings'
@import 'typographic'
settings.styl
to override any of the above settingsFAQs
Responsive typography with modular scale, font stacks, and more.
The npm package typographic receives a total of 11 weekly downloads. As such, typographic popularity was classified as not popular.
We found that typographic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.