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:
parent
aea2733be1
commit
72e79eb2d3
2 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
@import "colors";
|
||||
@import "fonts";
|
||||
|
||||
@media print {
|
||||
.new-header,
|
||||
|
|
Loading…
Add table
Reference in a new issue