We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7c8af commit 58c2400Copy full SHA for 58c2400
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@numaxlab/atomic",
3
"type": "module",
4
- "version": "1.0.0-beta.13",
+ "version": "1.0.0-beta.14",
5
"description": "Atomic is a CSS framework based in Tailwind CSS",
6
"repository": {
7
"type": "git",
src/css/components/atoms/_heading.css
@@ -1,5 +1,6 @@
@layer components {
.at-heading {
+ font-family: var(--font-titles);
@apply font-bold text-lg;
&.is-1 {
0 commit comments