russian_fonts 0.0.1.1 → 0.0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: 'robotoregular';
|
3
|
-
src: url(<%= asset_path('roboto/roboto-webfont.eot') %>);
|
4
|
-
src: url(<%= asset_path('roboto/roboto-webfont.eot?#iefix') %>) format('embedded-opentype'),
|
5
|
-
url(<%= asset_path('roboto/roboto-webfont.woff') %>) format('woff'),
|
6
|
-
url(<%= asset_path('roboto/roboto-webfont.ttf') %>) format('truetype'),
|
3
|
+
src: url(<%= asset_path('roboto/roboto-regular-webfont.eot') %>);
|
4
|
+
src: url(<%= asset_path('roboto/roboto-regular-webfont.eot?#iefix') %>) format('embedded-opentype'),
|
5
|
+
url(<%= asset_path('roboto/roboto-regular-webfont.woff') %>) format('woff'),
|
6
|
+
url(<%= asset_path('roboto/roboto-regular-webfont.ttf') %>) format('truetype'),
|
7
7
|
font-weight: normal;
|
8
8
|
font-style: normal;
|
9
9
|
}
|
@@ -1,9 +1,9 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: 'robotocondensedregular';
|
3
|
-
src: url(<%= asset_path('robotocondensed/robotocondensed-webfont.eot') %>);
|
4
|
-
src: url(<%= asset_path('robotocondensed/robotocondensed-webfont.eot?#iefix') %>) format('embedded-opentype'),
|
5
|
-
url(<%= asset_path('robotocondensed/robotocondensed-webfont.woff') %>) format('woff'),
|
6
|
-
url(<%= asset_path('robotocondensed/robotocondensed-webfont.ttf') %>) format('truetype'),
|
3
|
+
src: url(<%= asset_path('robotocondensed/robotocondensed-regular-webfont.eot') %>);
|
4
|
+
src: url(<%= asset_path('robotocondensed/robotocondensed-regular-webfont.eot?#iefix') %>) format('embedded-opentype'),
|
5
|
+
url(<%= asset_path('robotocondensed/robotocondensed-regular-webfont.woff') %>) format('woff'),
|
6
|
+
url(<%= asset_path('robotocondensed/robotocondensed-regular-webfont.ttf') %>) format('truetype'),
|
7
7
|
font-weight: normal;
|
8
8
|
font-style: normal;
|
9
9
|
}
|