generated from rpodcast/r_dev_projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.scss
67 lines (57 loc) · 1.21 KB
/
custom.scss
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/*-- scss:defaults --*/
//$font-family-sans-serif: 'Bodoni Moda', serif;
$font-family-sans-serif: 'D-DINCondensed', sans-serif;
/*-- scss:rules --*/
/* D-Din */
@font-face {
font-family: D-DIN;
src: url(fonts/D-DIN.otf) format('otf');
font-weight: normal;
}
/* D-DINCondensed */
@font-face {
font-family: 'D-DINCondensed';
font-weight: 'normal';
src: local(''),
url("fonts/D-DINCondensed.otf") format('otf');
}
/* D-DINBold */
@font-face {
font-family: 'D-DIN Bold';
font-weight: 'bold';
src: local(''),
url("fonts/D-DIN-Bold.otf") format('otf');
}
/* D-DINExp */
@font-face {
font-family: 'D-DINExp';
src: url(fonts/D-DINExp.otf) format('otf');
font-weight: normal;
}
/* D-DINExp-Bold */
@font-face {
font-family: D-DINExp-Bold;
src: url(fonts/D-DINExp-Bold.otf) format('otf');
font-weight: bold;
}
/* DINAlternate-Bold */
@font-face {
font-family: DINAlternate-Bold;
src: url(fonts/DIN-Alternate-Bold.ttf) format('ttf');
font-weight: bold;
}
/* Table CSS classes */
.podcast-urls {
display: flex;
align-items: center;
gap: 10px;
}
.header {
font-size: 0.75rem;
}
.preprocessing-note {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
}