blob: 1bf3818e01178d9ea6bc68070f225783f05171bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: normal
slug: Web/CSS/normal
translation_of: Web/CSS/font-variant
translation_of_original: Web/CSS/normal
---
<div>{{ CSSRef() }}</div>
<h2 id="Übersicht">Übersicht</h2>
<p><code>normal</code> ist ein oft gebrauchter Wert. Meistens ist es der Standartwert der entsprechenden Eigenschaften. It is comparable to the value {{ Cssxref("none") }}, used in a similar manner for other properties.</p>
<h2 id="Verwendet_in">Verwendet in</h2>
<ul>
<li>{{ Cssxref("content") }}</li>
<li>{{ Cssxref("font-style") }}</li>
<li>{{ Cssxref("font-variant") }}</li>
<li>{{ Cssxref("font-weight") }}</li>
<li>{{ Cssxref("letter-spacing") }}</li>
<li>{{ Cssxref("line-height") }}</li>
<li>{{ Cssxref("speak") }}</li>
<li>{{ Cssxref("unicode-bidi") }}</li>
<li>{{ Cssxref("white-space") }}</li>
<li>{{ Cssxref("word-spacing") }}</li>
</ul>
<div>{{ languages({ "ja": "ja/CSS/normal" }) }}</div>
|