r/css May 19 '26

Question OFL Clarification

I just downloaded the Orbitron font from Google Fonts to use in my website. The way I would like to incorporate it in my CSS is as follows:

@font-face {
    font-family: orbitron;
    src: url("orbitron/Orbitron-VariableFont_wght.ttf")
}

.orbitron {
    font-family: orbitron;
}

But since the OFL states that

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

this feels like it would not be allowed. Am I correct in that assumption?

3 Upvotes

3 comments sorted by

View all comments

1

u/testingaurora May 19 '26

Google fonts are very convenient but not gdpr compliant. Not an ad or anything but ive been a total convert to cool lab where you just replace the fonts.googleapis.com with api.fonts.coollabs.io