Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "fix custom local fonts load"

Merged Julie Thezenas requested to merge 35-fix-custom-local-fonts-load into master
Compare and Show latest version
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -82,11 +82,17 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
hgroup {
font-family: var(--ifm-font-family-base);
font-weight: 700;
font-size: larger;
}
p {
font-family: var(--ifm-font-family);
font-weight: 500;
font-size: large;
}
.hero__subtitle {
font-size: 1.6rem;
}
.button {
Loading