From a6b8284ca9f43b5b3f81128ada704d279731a1f9 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Wed, 19 May 2021 23:08:15 +0900 Subject: Get rid of {{CompatibilityTable}} from CSS (#859) --- files/ko/web/css/@font-face/index.html | 156 ++++++------------------ files/ko/web/css/animation-direction/index.html | 110 +---------------- files/ko/web/css/animation-duration/index.html | 65 +--------- files/ko/web/css/animation-fill-mode/index.html | 64 +--------- files/ko/web/css/font-weight/index.html | 49 +------- files/ko/web/css/transition-delay/index.html | 57 +-------- files/ko/web/css/transition/index.html | 75 +----------- files/ko/web/css/will-change/index.html | 53 +------- 8 files changed, 54 insertions(+), 575 deletions(-) (limited to 'files/ko/web/css') diff --git a/files/ko/web/css/@font-face/index.html b/files/ko/web/css/@font-face/index.html index 9ba2e223e6..6ac8686509 100644 --- a/files/ko/web/css/@font-face/index.html +++ b/files/ko/web/css/@font-face/index.html @@ -2,6 +2,7 @@ title: '@font-face' slug: Web/CSS/@font-face translation_of: Web/CSS/@font-face +browser-compat: css.at-rules.font-face ---

{{CSSRef}}

@@ -9,8 +10,6 @@ translation_of: Web/CSS/@font-face

CSS at-rule 인 @font-face 를 사용하여 웹페이지의 텍스트에 온라인폰트(online fonts)를 적용할 수 있다. @font-face 를 사용하여 웹페이지 제작자가 원하는 폰트를 사용할 수 있게함으로써, 컴퓨터에 설치된 폰트만을 사용해야했던 제약이 없어지게되었다. @font-face at-rule 은 CSS의 top-level에서 뿐 아니라, CSS conditional-group at-rule 안에서도 사용될 수도 있다. 

-

{{ seeCompatTable() }}

-

문법(Syntax)

@font-face {
@@ -81,130 +80,51 @@ translation_of: Web/CSS/@font-face
  
  • Gecko에서는 웹폰트(web font)가 사용된 페이지를 표시할 때는 웹폰트가 다운로드 되는 동안 사용자의 컴퓨터에 이미 설치되어 있어 즉시 사용가능한 폰트(CSS fallback font)를 사용하여 텍스트를 표시한다. 각각의 웹폰트의 다운로드가 완료되면 Gecko는 해당 텍스트의 폰트를 교체한다. 이러한 과정은 사용자가 웹페이지 내의 텍스트를 좀 더 빨리 읽게끔 도와준다.
  • -

    명세(Specifications)

    +

    명세

    - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    SpecificationStatusComment
    {{ SpecName('WOFF1.0', '', 'WOFF font format') }}{{ Spec2('WOFF1.0') }}Font format specification
    {{ SpecName('CSS3 Fonts', '#font-face-rule', '@font-face') }}{{ Spec2('CSS3 Fonts') }} 
    SpecificationStatusComment
    {{SpecName('CSS5 Fonts', '#font-face-rule', '@font-face')}}{{Spec2('CSS5 Fonts')}}Adds the size-adjust descriptor.
    {{SpecName('CSS4 Fonts', '#font-face-rule', '@font-face')}}{{Spec2('CSS4 Fonts')}}Definition in this version of the specification.
    {{SpecName('WOFF2.0', '', 'WOFF2 font format')}}{{Spec2('WOFF2.0')}}Font format specification with new compression algorithm
    {{SpecName('WOFF1.0', '', 'WOFF font format')}}{{Spec2('WOFF1.0')}}Font format specification
    {{SpecName('CSS3 Fonts', '#font-face-rule', '@font-face')}}{{Spec2('CSS3 Fonts')}}Initial definition
    -

    브라우저 호환성(Browser compatibility)

    - -

    {{ CompatibilityTable() }}

    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FeatureFirefox (Gecko)ChromeInternet ExplorerOperaSafari
    Basic support{{ CompatGeckoDesktop("1.9.1") }}4.04.010.03.1
    WOFF{{ CompatGeckoDesktop("1.9.1") }}6.09.011.105.1
    SVG Font{{ CompatNo() }}
    - {{ unimplemented_inline(119490) }}
    yes{{ CompatNo() }}yesyes
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MiniOpera MobileSafari Mobile
    Basic support{{ CompatVersionUnknown() }}{{ CompatGeckoMobile("1.9.1") }}{{ CompatUnknown() }}{{ CompatNo() }}10.0{{ CompatVersionUnknown() }}
    WOFF{{ CompatNo() }}{{ CompatGeckoMobile("5.0") }}{{ CompatUnknown() }}{{ CompatNo() }}11.0{{ CompatNo() }}
    SVG fonts{{ CompatNo() }}{{ CompatNo() }}
    - {{ unimplemented_inline(119490) }}
    {{ CompatUnknown() }}{{ CompatNo() }}10.0{{ CompatVersionUnknown() }}
    -
    +

    브라우저 호환성

    -

    주의사항(Notes)

    - - +

    {{Compat}}

    참고자료(See also)

    -
    -
    -