blob: 7bd83398b6d85b8db62b85973ebee81fef34b741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.alegreya-normal {
font-family: "Alegreya", serif;
font-optical-sizing: auto;
font-weight: 450;
font-style: normal;
}
.alegreya-medium {
font-family: "Alegreya", serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
.alegreya-bold {
font-family: "Alegreya", serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}
|