-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstudio.css
68 lines (62 loc) · 2.39 KB
/
studio.css
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
@font-face {
font-family: 'Acumin Pro';
src: url('public/fonts/AcumenPro/fontsfree-net-acumin-pro-extralight-webfont.woff2') format('woff2'),
url('public/fonts/AcumenPro/fontsfree-net-acumin-pro-extralight-webfont.woff') format('woff'),
url("public/fonts/AcumenPro/FontsFree-Net-Acumin-Pro-ExtraLight.ttf ");
font-weight: thin;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Acumin Pro';
src: url('public/fonts/AcumenPro/acumin-bditpro-webfont.woff2') format('woff2'),
url('public/fonts/AcumenPro/acumin-bditpro-webfont.woff') format('woff'),
url('public/fonts/AcumenPro/acumin-bditpro-webfont.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Acumin Pro';
src: url('public/fonts/AcumenPro/acumin-bdpro-webfont.woff2') format('woff2'),
url('public/fonts/AcumenPro/acumin-bdpro-webfont.woff') format('woff'),
url("public/fonts/AcumenPro/acumin-bdpro-webfont.ttf") format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Acumin Pro';
src: url('public/fonts/AcumenPro/acumin-itpro-webfont.ttf') format('woff2'),
url('public/fonts/AcumenPro/acumin-itpro-webfont.woff') format('woff'),
url("public/fonts/AcumenPro/acumin-itpro-webfont.ttf") format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Acumin Pro';
src: url('public/fonts/AcumenPro/acumin-rpro-webfont.woff2') format('woff2'),
url('public/fonts/AcumenPro/acumin-rpro-webfont.woff') format('woff'),
url("public/fonts/AcumenPro/acumin-rpro-webfont.ttf") format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'rounded_eleganceregular';
src: url('public/fonts/rounded_elegance/rounded_elegance-webfont.woff2') format('woff2'),
url('public/fonts/rounded_elegance-webfont.woff') format('woff'),
url('public/fonts/Rounded_Elegance.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
body{
/* margin: 35px 45px!important; */
--Title-Font: "rounded_eleganceregular";
--Logo-Font: 'rounded_eleganceregular';
--Body-Font: 'Acumin Pro';
--Primary-Color: white;
--Seconday-Color: #6D6E70;
--Accent-Color: #ED1C24;
font-family: var(--Body-Font);
background-color: white;
}