-
Notifications
You must be signed in to change notification settings - Fork 23k
Closed as duplicate of#39228
Closed as duplicate of#39228
Copy link
Labels
Content:LearnLearning area docsLearning area docsclosed: duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
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
- Folder:
en-us/learn_web_development/core/text_styling/web_fonts - MDN URL: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Text_styling/Web_fonts
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/learn_web_development/core/text_styling/web_fonts/index.md
- Last commit: 48d220a
- Document last modified: 2025-04-11T19:13:37.000Z
Metadata
Metadata
Assignees
Labels
Content:LearnLearning area docsLearning area docsclosed: duplicateThis issue or pull request already existsThis issue or pull request already exists