Skip to content

Commit 01f3b1a

Browse files
committed
font face for base apparel
1 parent cf8be8a commit 01f3b1a

File tree

6 files changed

+24
-2
lines changed

6 files changed

+24
-2
lines changed

src/components/newbie/BaseApparel/BaseApparel.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&display=swap");
22

3+
@font-face {
4+
font-family: "PP Neue Montreal";
5+
src: url("./assets/fonts/PPNeueMontreal-Medium.otf") format("otf");
6+
font-style: normal;
7+
font-weight: 500;
8+
}
9+
@font-face {
10+
font-family: "PP Neue Montreal";
11+
src: url("./assets/fonts/PPNeueMontreal-Bold.otf") format("otf");
12+
font-style: normal;
13+
font-weight: 700;
14+
}
15+
@font-face {
16+
font-family: "PP Neue Montreal";
17+
src: url("./assets/fonts/PPNeueMontreal-Book.otf") format("otf");
18+
font-style: normal;
19+
font-weight: 400;
20+
}
21+
322
.base-apparel-container {
423
overflow-x: hidden;
524
/* min-height: 100vh; */

src/components/newbie/BaseApparel/BaseApparel.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const BaseApparel = () => {
8080
</p>
8181
<div className="base-apparel-body-deco-wrapper">
8282
<div className="base-apparel-body-deco-overlay"></div>
83-
<img src={deco} alt="" />
83+
<img src={deco} alt='“CALLA LILY” // 1988 ROBERT MAPPLETHORPE' />
8484
</div>
8585
{subscribed ?
8686
<p style={{fontSize:'2rem', color: 'var(--base-apparel-header)'}}>Thank you for subscribing!</p>
@@ -99,7 +99,10 @@ const BaseApparel = () => {
9999
</section>
100100
</div>
101101
<div class="base-apparel-right base-apparel-column">
102-
<div className="base-apparel-bg-2"></div>
102+
<span role="img" aria-label="logan hollowell"></span>
103+
<div className="base-apparel-bg-2">
104+
<span role="img" aria-label="[place alt text here]"></span>
105+
</div>
103106
</div>
104107
</main>
105108
)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)