blob: efbf2e82a05eb6aa0e1c4a7c4398abdfb37efb7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
@font-face {
font-family: "Linux Libertine";
font-style: normal;
font-weight: normal;
src:
local("Linux Libertine"),
local("Linux-Libertine"),
local("Linux Libertine Regular"),
local("Linux-Libertine-Regular"),
url("../fonts/LinLibertine_R_subset.woff");
}
@font-face {
font-family: "Linux Libertine";
font-style: normal;
font-weight: bold;
src:
local("Linux Libertine"),
local("Linux-Libertine"),
local("Linux Libertine Bold"),
local("Linux-Libertine-Bold"),
url("../fonts/LinLibertine_RB_subset.woff");
}
|