From fda816360ea8fff4e42435ff2384bf403f382eea Mon Sep 17 00:00:00 2001 From: PulkitPB <106659392+PulkitPB@users.noreply.github.com> Date: Sat, 12 Jul 2025 01:10:59 +0530 Subject: [PATCH] fix(curriculum): replace 'spreadsheet' with 'stylesheet' in a CSS lecture (#61307) --- .../672bd834cedccefd5939a913.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-css-fonts/672bd834cedccefd5939a913.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-css-fonts/672bd834cedccefd5939a913.md index d6592bd23c6..58bae97d962 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-css-fonts/672bd834cedccefd5939a913.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-css-fonts/672bd834cedccefd5939a913.md @@ -1,14 +1,13 @@ --- id: 672bd834cedccefd5939a913 title: What Is the @font-face At-Rule, and How Does It Work? -challengeType: 11 -videoId: hpD2-pwEQjc +challengeType: 19 dashedName: what-is-the-font-face-at-rule --- # --description-- -Watch the video or read the transcript and answer the questions below. +Read the transcript and answer the questions below. # --transcript-- @@ -24,7 +23,7 @@ With `@font-face`, you can define a custom font by specifying the font file, for } ``` -Within the curly brackets, you will need to include descriptors to customize your font face. Let's see some of the most commonly used ones. The font-family descriptor specifies the name that you will use throughout the spreadsheet to refer to that font. For example, let's say that you define this `@font-face rule`. It has the `font-family` descriptor defined and its value is `MyCustomFont`: +Within the curly brackets, you will need to include descriptors to customize your font face. Let's see some of the most commonly used ones. The font-family descriptor specifies the name that you will use throughout the stylesheet to refer to that font. For example, let's say that you define this `@font-face rule`. It has the `font-family` descriptor defined and its value is `MyCustomFont`: ```css @font-face {