introducing din reg

This commit is contained in:
Antoine M 2024-02-01 18:23:32 +01:00
parent e66fdc8ea5
commit 3dfeb65858
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,12 @@
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Dinpro";
src: local("Dinpro"), url("../../fonts/DINProRegular.otf") format("opentype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Dinpro";
src: local("Dinpro"), url("../../fonts/DINProBold.otf") format("opentype");
@ -16,6 +22,7 @@
}
.text-din {
font-family: "Dinpro";
font-weight: 400;
}
* {

Binary file not shown.