Skip to content
Snippets Groups Projects
Commit 4c7d3260 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Use the proper font in the articles

parent 62a139d5
Branches
No related tags found
1 merge request!7Isoler les portées CSS, mettre le nouveau code couleur, faire un peu de ménage
$amendment-bg-color: rgb(222, 213, 0);
$amendment-text-color: #A6A00C;
$plf-color: rgb(255, 107, 107);
$default-font-family: Lato;
$law-font-family: Lora;
\ No newline at end of file
@import './variables';
:global {
$primary-color: grey;
......@@ -67,4 +69,12 @@
}
}
// This style is hack: it is defined globally but it is intended
// to only be used by the component parameter.
input {
font-family: $law-font-family !important;
font-weight: bold !important;
font-size: 18px !important;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment