--- id: w3css-fonts-google title: "W3CSS Fonts Google" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["Google Fonts", "W3.CSS ꡬ글 폰트"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.87 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "fonts", "google-fonts"] raw_sources: ["https://www.w3schools.com/w3css/w3css_fonts_google.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Fonts Google]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) Adding a Google Font is just TWO steps regardless of which of the 1000+ fonts you pick β€” a `` tag pointing to the font family, then a plain `font-family` CSS rule referencing that same name β€” meaning the "complexity" of using any exotic font (Tangerine, Lobster, Allerta Stencil) is identical to using a common one. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **Two-step integration** β€” (1) `` in ``, (2) `font-family: FontName, fallback;` in CSS. [S1] - **1000+ free fonts available** from Google Fonts. [S1] - **Custom font class pattern** β€” define `.w3-fontname { font-family: FontName, genericFallback; }`, then apply via `

`. [S1] - **Google Fonts effects** β€” appending `&effect=shadow-multiple` to the link URL applies a visual text effect alongside the font itself. [S1] ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) - Basic Roboto integration: ` body,h1,h2,h3,h4,h5,h6 {font-family: Roboto, sans-serif;}`. [S1] - Custom font class: ` .w3-sofia { font-family: Sofia, cursive; }

Making the Web!

`. [S1] - Font with visual effect: ``. [S1] ## βš–οΈ λͺ¨μˆœ 및 μ—…λ°μ΄νŠΈ (Contradictions & updates) μ†ŒμŠ€μ—μ„œ λͺ¨μˆœλ˜λŠ” μ •λ³΄λŠ” λ°œκ²¬λ˜μ§€ μ•ŠμŒ. ## πŸ› οΈ 적용 사둀 (Applied in summary) ν˜„μž¬ 발견된 μ‹€μ œ 적용 사둀가 μ—†μŠ΅λ‹ˆλ‹€ β€” Sofia/Tangerine/Lobster 같은 μ»€μŠ€ν…€ 폰트λ₯Ό 각각의 CSS 클래슀둜 감싸 μž¬μ‚¬μš©ν•˜λŠ” 것이 μ‹€μ „ ν™œμš©μ˜ λŒ€ν‘œ νŒ¨ν„΄μ΄λ‹€. [S1] ## πŸ’» μ½”λ“œ νŒ¨ν„΄ (Code patterns) Custom Google Font class (HTML/CSS): ```html

Making the Web!

``` ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** conceptual - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference, not a primary standards body) - **μ‹ λ’° 점수:** 0.87 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[W3.CSS Tutorial]] - **κ΄€λ ¨ κ°œλ…:** [[W3CSS Fonts]], [[W3CSS Text]] - **μ°Έμ‘° λ§₯락:** μ™ΈλΆ€ 폰트 라이브러리 연동 β€” ν…μŠ€νŠΈ μŠ€νƒ€μΌλ§(Text) μ±•ν„°λ‘œ 이어짐. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” W3.CSS Google Fonts β€” https://www.w3schools.com/w3css/w3css_fonts_google.asp ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Google Fonts" page (Astra wiki-curation, P-Reinforce v3.1 format).