blob: 2ad7d4ea369529523fd9b0cf2d6c0d7e3ee20b25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<style>
@font-face {
font-family: libertine;
src: url(../fonts/LinLibertine_Re-4.7.5.woff);
}
.a {
font: 32px/2 libertine;
}
.b {
font: 32px/2 libertine;
letter-spacing: 1em;
}
</style>
<div class="a">office
<div class="b">of‌f‌ice
|