fix(css): don't duplicate font declarations from DSFR.

This may cause issues in exact font height computation & underline effect.
This commit is contained in:
Colin Darie 2022-10-06 11:27:04 +02:00
parent aea2733be1
commit 72e79eb2d3
2 changed files with 0 additions and 15 deletions

View file

@ -1,14 +0,0 @@
@font-face {
font-family: "Marianne";
src: asset-url("Marianne-Regular.woff2") format("woff2"),
asset-url("Marianne-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Spectrale";
src: asset-url("Spectral-Regular.ttf") format("ttf");
font-weight: bold;
font-style: normal;
}

View file

@ -1,5 +1,4 @@
@import "colors";
@import "fonts";
@media print {
.new-header,