lhoist-stay-safe/src/assets/css/generalites/typography.scss

35 lines
527 B
SCSS

@font-face {
font-family: "Zuume";
src: local("Zuume"), url("../../fonts/ZuumeSoft-Bold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Dinpro";
src: local("Dinpro"), url("../../fonts/DINProBold.otf") format("opentype");
font-weight: 800;
font-style: normal;
}
.text-zuume {
font-family: "Zuume";
}
.text-din {
font-family: "Dinpro";
}
* {
@apply text-din;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Zuume";
margin: 0;
padding: 0;
}