diff --git a/public/D-DIN-PRO-600-SemiBold.otf b/public/D-DIN-PRO-600-SemiBold.otf new file mode 100644 index 0000000..5f94c23 Binary files /dev/null and b/public/D-DIN-PRO-600-SemiBold.otf differ diff --git a/src/index.css b/src/index.css index 5550de7..38eeea4 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,11 @@ +@font-face { + font-family: 'D-DIN-PRO'; + src: url('/D-DIN-PRO-600-SemiBold.otf') format('opentype'); + font-weight: 400 700; + font-style: normal; + font-display: swap; +} + :root { --text: #6b6375; --text-h: #08060d;