No no, I said that in the sense that he told me it was simple ^^
I was able to see that this was not the case by targeting the elements he had advised me.
@cagatay you’ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example
body {
font-family: "Poppins";
font-size: 16px;
}
Essentially, you use the font-size CSS directive.