stateface-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family: '
|
2
|
+
font-family: 'StateFace';
|
3
3
|
font-weight: normal;
|
4
4
|
font-style: normal;
|
5
5
|
src: url('stateface-regular-webfont.eot');
|
@@ -8,4 +8,10 @@
|
|
8
8
|
url('stateface-regular-webfont.woff') format('woff'),
|
9
9
|
url('stateface-regular-webfont.ttf') format('truetype'),
|
10
10
|
url('stateface-regular-webfont.svg#StateFaceRegular') format('svg');
|
11
|
+
}
|
12
|
+
|
13
|
+
.propublica-stateface {
|
14
|
+
font-family: StateFace;
|
15
|
+
font-weight: normal;
|
16
|
+
font-style: normal;
|
11
17
|
}
|