Skip to content

Commit 5367eca

Browse files
committed
added font css stylesheets to integrate in mailjet
1 parent fdb8ddf commit 5367eca

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

public/.DS_Store

0 Bytes
Binary file not shown.

public/fonts/.DS_Store

0 Bytes
Binary file not shown.

public/hersheys.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@font-face {
2+
font-family: 'Hershey';
3+
src: url('https://sfpc.study/fonts/Hershey-Noailles-Futura-Duplex-Regular.woff2') format('woff');
4+
font-weight: 400;
5+
font-style: normal;
6+
}
7+
8+
@font-face {
9+
font-family: 'Hershey';
10+
src: url('https://sfpc.study/fonts/Hershey-Noailles-Futura-Duplex-Bold.woff2') format('woff2');
11+
font-weight: 700;
12+
font-style: normal;
13+
}

0 commit comments

Comments
 (0)