Skip to content

Font Squirrel Web Font Generator Doesn't Give WOFF Files nor Font Face Code #39380

@oatlayers

Description

@oatlayers

MDN URL

https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Text_styling/Web_fonts

What specific section or headline is this issue about?

Implementing the code in your demo

What information was incorrect, unhelpful, or incomplete?

In the "Active learning: A web font example" section, it is instructed to use Font Squirrel as a web font generator. Once .otf or .ttf files are uploaded, it gives a zip file. The zip file once extracted, contains no .woff files nor do the stylesheet.css file contain the asked font-face code:

At this point, unzip the webfont kit you just generated. Inside the unzipped directory you'll see some useful items:
Two versions of each font: the .woff, .woff2 files.
A demo HTML file for each font — load these in your browser to see what the font will look like in different usage contexts.
A stylesheet.css file, which contains the generated @font-face code you'll need.

Instead, stylesheet.css only contains:

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 4, 2025 */

What did you expect to see?

.woff files or stylesheet.css that contains font-face code.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

webfontkit-20250504-005759.zip

MDN metadata

Page report details

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions