-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathmain.scss
More file actions
50 lines (46 loc) · 1.24 KB
/
main.scss
File metadata and controls
50 lines (46 loc) · 1.24 KB
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
@use "../node_modules/bootstrap/dist/css/bootstrap.css";
@use "../node_modules/@primer/octicons";
@use "./_main_grid.scss";
@use "./_base.scss";
@use "./_header.scss";
@use "./_footer.scss";
@use "./_secondary_nav.scss";
@use "./_compat_bootstrap_4.scss";
@use "./_tables.scss";
@use "./_buttons.scss";
@use "./_video.scss";
@use "./_panel_grid.scss";
@use "./_forms.scss";
@use "./_support.scss";
@use "./_attendee_content.scss";
@use "./_cfp.scss";
@use "./_lineup.scss";
@use "./_tickets.scss";
@use "./_responsive_table.scss";
@use "./_sponsorship.scss";
@use "./_villages.scss";
@use "./volunteer_schedule.scss";
@use "./_bar_training.scss";
@use "./_about.scss";
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 400;
font-display: swap;
src:
local(""),
url("../static/fonts/raleway-v22-latin-ext_latin-regular.woff2")
format("woff2"),
url("../static/fonts/raleway-v22-latin-ext_latin-regular.woff")
format("woff");
}
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 700;
font-display: swap;
src:
local(""),
url("../static/fonts/raleway-v22-latin-ext_latin-700.woff2") format("woff2"),
url("../static/fonts/raleway-v22-latin-ext_latin-700.woff") format("woff");
}