Added d-din-pro font

This commit is contained in:
Adina Țeudan 2022-07-19 16:29:48 +03:00
parent 0eee78f5e8
commit 091452f0ad
4 changed files with 18 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -62,3 +62,21 @@
font-weight: 700;
src: url('../font/Nunito-VariableFont.ttf') format('truetype');
}
@font-face {
font-family: 'D-DIN-PRO';
font-weight: 400;
src: url('../font/D-DIN-PRO/D-DIN-PRO-400-Regular.otf') format('opentype');
}
@font-face {
font-family: 'D-DIN-PRO';
font-weight: 500;
src: url('../font/D-DIN-PRO/D-DIN-PRO-500-Medium.otf') format('opentype');
}
@font-face {
font-family: 'D-DIN-PRO';
font-weight: 600;
src: url('../font/D-DIN-PRO/D-DIN-PRO-600-SemiBold.otf') format('opentype');
}