Skip to content

Commit

Permalink
build: production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danieIabel committed Mar 5, 2024
1 parent 68cc7c9 commit 782fb64
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3,533 deletions.
44 changes: 22 additions & 22 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,28 @@ ins.adsbygoogle[data-ad-status=unfilled] {
background-color: var(--bg-widget);
}

.font-title-family {
font-family: var(--font-title-family);
}

.font-text-family {
font-family: var(--font-text-family);
}

:where(.font-title) {
font: var(--font-title);
line-height: inherit;
font-weight: inherit;
font-size: inherit;
}

:where(.font-text) {
font: var(--font-text);
line-height: inherit;
font-weight: inherit;
font-size: inherit;
}

.absolute {
position: absolute;
}
Expand Down Expand Up @@ -2050,28 +2072,6 @@ ins.adsbygoogle[data-ad-status=unfilled] {
pointer-events: auto;
}

.font-title-family {
font-family: var(--font-title-family);
}

.font-text-family {
font-family: var(--font-text-family);
}

:where(.font-title) {
font: var(--font-title);
line-height: inherit;
font-weight: inherit;
font-size: inherit;
}

:where(.font-text) {
font: var(--font-text);
line-height: inherit;
font-weight: inherit;
font-size: inherit;
}

.fs-1 {
font-size: 2.5rem;
}
Expand Down
Loading

0 comments on commit 782fb64

Please sign in to comment.