introducing din reg
This commit is contained in:
parent
e66fdc8ea5
commit
3dfeb65858
|
|
@ -4,6 +4,12 @@
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: normal;
|
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-face {
|
||||||
font-family: "Dinpro";
|
font-family: "Dinpro";
|
||||||
src: local("Dinpro"), url("../../fonts/DINProBold.otf") format("opentype");
|
src: local("Dinpro"), url("../../fonts/DINProBold.otf") format("opentype");
|
||||||
|
|
@ -16,6 +22,7 @@
|
||||||
}
|
}
|
||||||
.text-din {
|
.text-din {
|
||||||
font-family: "Dinpro";
|
font-family: "Dinpro";
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
||||||
BIN
src/assets/fonts/DINProRegular.otf
Normal file
BIN
src/assets/fonts/DINProRegular.otf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user