blob: 7ddc1cdf6544dfd591e2629f06cb2168fce0f9d2 (
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
29
30
31
32
33
|
.navbar{
font-family: 'Raleway', sans-serif;
font-size: 15px;
}
#basefooter{
font-family: 'Lato', sans-serif;
font-weight: 400;
}
h1,
h2,
form,
.btn{
font-family: 'Raleway', sans-serif;
}
p,
h3,
h4,
h5,
h6,
.card-body{
font-family: 'Lato', sans-serif;
}
.perma_link:hover{
background-color:#d1d2d3;
text-decoration: none;
}
.perma_link a{
text-decoration: none;
font-family: 'Raleway', sans-serif;
font-weight: 500;
font-size: 18px;
}
|