Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Copyright Concern #131

Open
1998code opened this issue Dec 10, 2024 · 1 comment
Open

Font Copyright Concern #131

1998code opened this issue Dec 10, 2024 · 1 comment

Comments

@1998code
Copy link

Describe the feature or improvement you're requesting

Hello @jeevnayak / @logankilpatrick,

Wendy from Process Type Foundry asked us (the developers) who fork/use this project to pay them $39 for ColfaxAI font licensing.

Is it scamming? Did OpenAI get the proper license for it?
I am confusing 🫤

Additional context

No response

@1998code
Copy link
Author

Related to these lines inside pages/index.module.css

@font-face {
  font-family: "ColfaxAI";
  src:
    url(https://cdn.openai.com/API/fonts/ColfaxAIRegular.woff2) format("woff2"),
    url(https://cdn.openai.com/API/fonts/ColfaxAIRegular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ColfaxAI";
  src:
    url(https://cdn.openai.com/API/fonts/ColfaxAIBold.woff2) format("woff2"),
    url(https://cdn.openai.com/API/fonts/ColfaxAIBold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant