-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
30 lines (26 loc) · 737 Bytes
/
Copy pathfonts.css
File metadata and controls
30 lines (26 loc) · 737 Bytes
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
@font-face {
font-family: "LunchType-Regular";
src: url("lunchtype22-regular-webfont.woff2") format("woff2"),
url("lunchtype22-regular-webfont.woff") format("woff"),
url("lunchtype22-regular-webfont.ttf") format("truetype");
}
@font-face {
font-family: "LunchType-Medium";
src: url("lunchtype24-medium-expanded-webfont.woff2") format("woff2"),
url("lunchtype24-medium-expanded-webfont.woff") format("woff"),
url("lunchtype24-medium-expanded-webfont.ttf") format("truetype");
}
body {
font-family: "LunchType-Medium", sans-serif;
}
.marquee {
font-family: "LunchType-Medium", sans-serif;
}
.lunch-medium,
.date,
.lineup h2,
.button,
.register h2,
.submit {
font-family: "LunchType-Medium", sans-serif;
}