-
Notifications
You must be signed in to change notification settings - Fork 0
/
fonts.css
52 lines (48 loc) · 2.76 KB
/
fonts.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
@font-face { /* headings */
font-family: 'ApexNew';
src: url("https://www.bu.edu/cdn/fonts/ApexNew/ApexNew-Bold.eot");
src: url("https://www.bu.edu/cdn/fonts/ApexNew/ApexNew-Bold.eot?") format("embedded-opentype"),
url("https://www.bu.edu/cdn/fonts/ApexNew/ApexNew-Bold.woff2") format("woff2"),
url("https://www.bu.edu/cdn/fonts/ApexNew/ApexNew-Bold.woff") format("woff");
font-style: normal;
font-weight: 700;
}
/* body text */
@font-face {
font-family: "Benton-Sans";
src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-2.eot");
src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-2.eot?") format("embedded-opentype"),
url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-3.woff") format("woff"),
url("https://www.bu.edu/cdn/fonts/Benton-Sans-Regular/019c3a13-b3d7-4c5a-be27-07a8334a43e6-1.ttf") format("truetype");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Benton-Sans";
src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-2.eot");
src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-2.eot?") format("embedded-opentype"),
url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-3.woff") format("woff"),
url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-1.ttf") format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face { /* welcome banner */
font-family: 'VeneerClean-Reg';
src: url('https://www.bu.edu/cdn/fonts/Veneer-Clean-Regular/363AA9_0_0.eot');
src: url('https://www.bu.edu/cdn/fonts/Veneer-Clean-Regular/363AA9_0_0.eot?#iefix') format('embedded-opentype'),
url('https://www.bu.edu/cdn/fonts/Veneer-Clean-Regular/363AA9_0_0.woff2') format('woff2'),
url('https://www.bu.edu/cdn/fonts/Veneer-Clean-Regular/363AA9_0_0.woff') format('woff'),
url('https://www.bu.edu/cdn/fonts/Veneer-Clean-Regular/363AA9_0_0.ttf') format('truetype');
font-style: normal;
font-weight: 400;
}
@font-face { /* icons (https://www.bu.edu/cdn/fonts/icons/bu-default-icons/specimen-icons.html) */
font-family: "BU-Default-Icons";
src: url("https://www.bu.edu/cdn/fonts/icons/bu-default-icons/bu-default-icons.eot");
src: url("https://www.bu.edu/cdn/fonts/icons/bu-default-icons/bu-default-icons.eot?#iefix") format("embedded-opentype"),
url("https://www.bu.edu/cdn/fonts/icons/bu-default-icons/bu-default-icons.woff") format("woff"),
url("https://www.bu.edu/cdn/fonts/icons/bu-default-icons/bu-default-icons.ttf") format("truetype"),
url("https://www.bu.edu/cdn/fonts/icons/bu-default-icons/bu-default-icons.svg#bu-default-icons") format("svg");
font-style: normal;
font-weight: 400;
}