Skip to content

Commit 58c2400

Browse files
committed
1.0.0-beta.14
1 parent eb7c8af commit 58c2400

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@numaxlab/atomic",
33
"type": "module",
4-
"version": "1.0.0-beta.13",
4+
"version": "1.0.0-beta.14",
55
"description": "Atomic is a CSS framework based in Tailwind CSS",
66
"repository": {
77
"type": "git",

src/css/components/atoms/_heading.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@layer components {
22
.at-heading {
3+
font-family: var(--font-titles);
34
@apply font-bold text-lg;
45

56
&.is-1 {

0 commit comments

Comments
 (0)