-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathboroface.css
45 lines (38 loc) · 980 Bytes
/
boroface.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
@font-face {
font-family: 'BoroFaceRegular';
src: url('BoroFace-Regular-webfont.eot');
src: url('BoroFace-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('BoroFace-Regular-webfont.woff2') format('woff2'),
url('BoroFace-Regular-webfont.woff') format('woff'),
url('BoroFace-Regular-webfont.ttf') format('truetype'),
url('BoroFace-Regular-webfont.svg#borofaceregular') format('svg');
font-weight: normal;
font-style: normal;
}
.bf {
display: inline-block;
font: normal normal normal 14px/1 BoroFaceRegular;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.bf-brooklyn:before {
content: "K";
}
.bf-manhattan:before {
content: "M";
}
.bf-nyc:before {
content: "N";
}
.bf-queens:before {
content: "Q";
}
.bf-staten:before {
content: "S";
}
.bf-bronx:before {
content: "X";
}