Skip to content

Commit a0b859d

Browse files
committed
tiempos text
1 parent 205d791 commit a0b859d

9 files changed

+19
-2
lines changed
15.2 KB
Binary file not shown.
17.6 KB
Binary file not shown.
15.4 KB
Binary file not shown.
12.6 KB
Binary file not shown.
10.4 KB
Binary file not shown.
10.9 KB
Binary file not shown.
13 KB
Binary file not shown.

packages/site-kit/src/lib/styles/index.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,20 @@
1515
@import './base.css';
1616
@import './text.css';
1717
@import './code.css';
18+
19+
@font-face {
20+
font-family: 'Tiempos Text';
21+
src: url(./fonts/test-tiempos-text-regular.woff2);
22+
}
23+
24+
@font-face {
25+
font-family: 'Tiempos Text';
26+
src: url(./fonts/test-tiempos-text-regular-italic.woff2);
27+
font-style: italic;
28+
}
29+
30+
@font-face {
31+
font-family: 'Tiempos Text';
32+
src: url(./fonts/test-tiempos-text-medium.woff2);
33+
font-weight: 500;
34+
}

packages/site-kit/src/lib/styles/tokens.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
/* typography */
2525
--sk-font-ui: 'Yantramanav', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
2626
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
27-
--sk-font-body: 'EB Garamond', 'Big Caslon', Palatino, 'Book Antiqua', Cambria, serif;
27+
--sk-font-body: 'Tiempos Text', 'Big Caslon', Palatino, 'Book Antiqua', Cambria, serif;
2828
--sk-font-heading: var(--sk-font-body);
2929
--sk-font-mono: 'Fira Mono', monospace;
3030
--sk-text-xxl: 3.6rem;
3131
--sk-text-xl: 3rem;
3232
--sk-text-l: 2.4rem;
33-
--sk-text-m: 2rem;
33+
--sk-text-m: 1.8rem;
3434
--sk-text-s: 1.8rem;
3535
--sk-text-xs: 1.4rem;
3636
--sk-line-max-width: 84rem;

0 commit comments

Comments
 (0)