diff options
Diffstat (limited to 'files/fr/web/css/font-synthesis/index.html')
-rw-r--r-- | files/fr/web/css/font-synthesis/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/css/font-synthesis/index.html b/files/fr/web/css/font-synthesis/index.html index 1e9c8cc657..db3390cd3b 100644 --- a/files/fr/web/css/font-synthesis/index.html +++ b/files/fr/web/css/font-synthesis/index.html @@ -14,7 +14,7 @@ translation_of: Web/CSS/font-synthesis <p>La propriété <strong><code>font-synthesis</code></strong> indique au navigateur s'il peut synthétiser la graisse ou la mise en italique des polices utilisées si ces variantes sont absentes.</p> -<pre class="brush:css notranslate">font-synthesis: none; +<pre class="brush:css">font-synthesis: none; font-synthesis: weight; font-synthesis: style; font-synthesis: weight style; @@ -56,11 +56,11 @@ font-synthesis: unset; <h3 id="HTML">HTML</h3> -<pre class="brush: html notranslate"><div class="syn">Ne me synthétisez pas !</div></pre> +<pre class="brush: html"><div class="syn">Ne me synthétisez pas !</div></pre> <h3 id="CSS">CSS</h3> -<pre class="brush: css notranslate">.syn {font-synthesis: none;} +<pre class="brush: css">.syn {font-synthesis: none;} </pre> <h3 id="Résultat">Résultat</h3> |