diff --git a/src/assets/css/generalites/typography.scss b/src/assets/css/generalites/typography.scss index 08b4460..79a1171 100644 --- a/src/assets/css/generalites/typography.scss +++ b/src/assets/css/generalites/typography.scss @@ -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; } * { diff --git a/src/assets/fonts/DINProRegular.otf b/src/assets/fonts/DINProRegular.otf new file mode 100644 index 0000000..74dd61a Binary files /dev/null and b/src/assets/fonts/DINProRegular.otf differ