diff options
Diffstat (limited to 'files/ja/web/css/@font-face')
9 files changed, 9 insertions, 10 deletions
diff --git a/files/ja/web/css/@font-face/font-display/index.html b/files/ja/web/css/@font-face/font-display/index.html index b10d04d028..824fa2c5ac 100644 --- a/files/ja/web/css/@font-face/font-display/index.html +++ b/files/ja/web/css/@font-face/font-display/index.html @@ -61,7 +61,7 @@ font-display: optional;</pre> <h2 id="Formal_syntax" name="Formal_syntax">構文</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/font-family/index.html b/files/ja/web/css/@font-face/font-family/index.html index 39aa78e3a9..a66d1a7d71 100644 --- a/files/ja/web/css/@font-face/font-family/index.html +++ b/files/ja/web/css/@font-face/font-family/index.html @@ -37,7 +37,7 @@ font-family: examplefont; <h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/font-stretch/index.html b/files/ja/web/css/@font-face/font-stretch/index.html index 1704f1d662..c73497833c 100644 --- a/files/ja/web/css/@font-face/font-stretch/index.html +++ b/files/ja/web/css/@font-face/font-stretch/index.html @@ -119,8 +119,7 @@ font-stretch: condensed ultra-condensed;; <h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3> -<pre>{{csssyntax}} -</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/font-style/index.html b/files/ja/web/css/@font-face/font-style/index.html index 051fe294c0..e5a396b199 100644 --- a/files/ja/web/css/@font-face/font-style/index.html +++ b/files/ja/web/css/@font-face/font-style/index.html @@ -49,7 +49,7 @@ font-style: oblique 30deg 50deg; <h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/font-variation-settings/index.html b/files/ja/web/css/@font-face/font-variation-settings/index.html index 5c26e1956a..e693d66ea1 100644 --- a/files/ja/web/css/@font-face/font-variation-settings/index.html +++ b/files/ja/web/css/@font-face/font-variation-settings/index.html @@ -37,7 +37,7 @@ font-variation-settings: "xhgt" 0.7;</pre> <h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/font-weight/index.html b/files/ja/web/css/@font-face/font-weight/index.html index 77106d3ea9..54fb37c0db 100644 --- a/files/ja/web/css/@font-face/font-weight/index.html +++ b/files/ja/web/css/@font-face/font-weight/index.html @@ -119,7 +119,7 @@ font-weight: 300 500; <h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/index.html b/files/ja/web/css/@font-face/index.html index 2a501194d9..9fd6c271f5 100644 --- a/files/ja/web/css/@font-face/index.html +++ b/files/ja/web/css/@font-face/index.html @@ -65,7 +65,7 @@ translation_of: Web/CSS/@font-face <h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/src/index.html b/files/ja/web/css/@font-face/src/index.html index 3e1b90b644..573ed4f4b2 100644 --- a/files/ja/web/css/@font-face/src/index.html +++ b/files/ja/web/css/@font-face/src/index.html @@ -56,7 +56,7 @@ src: local(font), url(path/to/font.svg) format("svg"), <h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> diff --git a/files/ja/web/css/@font-face/unicode-range/index.html b/files/ja/web/css/@font-face/unicode-range/index.html index 691d5e7f17..f96280e303 100644 --- a/files/ja/web/css/@font-face/unicode-range/index.html +++ b/files/ja/web/css/@font-face/unicode-range/index.html @@ -47,7 +47,7 @@ unicode-range: U+0025-00FF, U+4??; /* 複数の値 */ <h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">例</h2> |