Skip to content
Snippets Groups Projects
Commit 643bb413 authored by afil01's avatar afil01
Browse files

apply font to the all docs

parent 29132d4a
No related branches found
No related tags found
No related merge requests found
Pipeline #408370 failed
h1, h2, h3, h4, h5, h6, p, a, span, strong {
font-family: 'Red Hat Display', sans-serif;
font-weight: 400; /* or use 700 if you want to keep them bold */
}
/* Ensure any strong or bold tags also use the correct font */
strong, b {
font-family: 'Red Hat Display', sans-serif;
font-weight: 700; /* or whatever weight you prefer */
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment