move fonts to root project

This commit is contained in:
Dan Percic 2022-07-28 18:30:35 +03:00
parent 16b9097c76
commit 2065337553
4 changed files with 0 additions and 18 deletions

View File

@ -62,21 +62,3 @@
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');
}