Added d-din-pro font
This commit is contained in:
parent
0eee78f5e8
commit
091452f0ad
BIN
src/assets/font/D-DIN-PRO/D-DIN-PRO-400-Regular.otf
Normal file
BIN
src/assets/font/D-DIN-PRO/D-DIN-PRO-400-Regular.otf
Normal file
Binary file not shown.
BIN
src/assets/font/D-DIN-PRO/D-DIN-PRO-500-Medium.otf
Normal file
BIN
src/assets/font/D-DIN-PRO/D-DIN-PRO-500-Medium.otf
Normal file
Binary file not shown.
BIN
src/assets/font/D-DIN-PRO/D-DIN-PRO-600-SemiBold.otf
Normal file
BIN
src/assets/font/D-DIN-PRO/D-DIN-PRO-600-SemiBold.otf
Normal file
Binary file not shown.
@ -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');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user