U E D R , A S I H C RSS

홈페이지만들기/css


1. font-family

택할 .
{font-family:}
~cpp 
<html>
<head>
<title>  </title>
</head>
<Style type="text/css">
font.01{font-family: "Arial Black", "Script"}
font.02{font-family: "한탕", ""}
</Style>
<body>
<b>
<font class="01">Css & Java Script</font><br><br>
<font class="02">한 탕폰트 .</font><br><br>
</b>
</body>
</html>
font.01{font-family: "Arial Black", "Script"} .
.

2. font-size

.
{font-size:|}
~cpp 
<html>
<head>
<title>  </title>
</head>
<Style type="text/css">
body{font-size:10pt}
font.01{font-size:50pt}
font.02{font-size:6mm}
</Style>
<body>
<body><body>태    10pt  .<br>
<font class="01">CSS ?</font><br><br>
<font class="02">   .</font><br><br>
IE  형 해<br>
   .
</body>
</html> 
. .
html .

3. font-style

{font-style:}
~cpp 
<html>
<head>
<title>   </title>
</head>
<Style type="text/css">
font.01{font-style:italic}
font.02{font-style:oblique}
</Style>
<body>
<b>
<font size="3" class="01">italic .</font><br><br>
<font size="3" class="02">oblique .</font><br><br>
</b>
</body>
</html> 
normal(통), italic(), oblique()

4. font-variant

{font-variant:small-caps} .

5. font-weight

{font-weight:키}
  • : normal, bold, bolder, lighter(100 ~ 900)

6.

{font: }font .
~cpp 
font{font:italic normal bolder 12pt Arial}

7.

* .. . .




Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:31:33
Processing time 0.0229 sec