access-styles 1.0.5 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a4d0db072f7fa0707031f9f8c2c31e9be8763b6
|
4
|
+
data.tar.gz: c9bd90e8b14c450dbadef437de058db9b6820e18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 186fd0fdd57ca49c79ca1162b1737587669521190433221b3c5da1177c4c01eff5d6497be483c2643ce40b3a8d7c094f188642dd494a65ee1d8994058d35bfdd
|
7
|
+
data.tar.gz: e5c78e8169c3224967f7d59e4e6bb14d7694052e87a8a649d9010ea1c847a7aaf85fd9967947841fb52ad4c8482f11d9277eb11936a0adce4c2d6fab6d6d8295
|
@@ -1,24 +1,22 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: bebas;
|
3
|
-
src: asset_path(
|
4
|
-
src: asset_path(
|
5
|
-
asset_path(
|
6
|
-
asset_path(
|
7
|
-
asset_path(
|
8
|
-
asset_path(
|
9
|
-
|
10
|
-
font-style: normal;
|
3
|
+
src: url(asset_path("BebasNeue-Bold-webfont.eot"));
|
4
|
+
src: url(asset_path("BebasNeue-Bold-webfont.eot?#iefix")) format("embedded-opentype"),
|
5
|
+
url(asset_path("BebasNeue-Bold-webfont.woff2")) format("woff2"),
|
6
|
+
url(asset_path("BebasNeue-Bold-webfont.woff")) format("woff"),
|
7
|
+
url(asset_path("BebasNeue-Bold-webfont.ttf")) format("truetype"),
|
8
|
+
url(asset_path("BebasNeue-Bold-webfont.svg#bebas_neuebold")) format("svg");
|
9
|
+
|
11
10
|
}
|
12
11
|
|
13
12
|
@font-face {
|
14
13
|
font-family: proxima;
|
15
|
-
src: asset_path(
|
16
|
-
src: asset_path(
|
17
|
-
asset_path(
|
18
|
-
asset_path(
|
19
|
-
asset_path(
|
20
|
-
asset_path(
|
21
|
-
|
22
|
-
font-style: normal;
|
14
|
+
src: url(asset_path("ProximaNova-Light-webfont.eot"));
|
15
|
+
src: url(asset_path("ProximaNova-Light-webfont.eot?#iefix")) format("embedded-opentype"),
|
16
|
+
url(asset_path("ProximaNova-Light-webfont.woff2")) format("woff2"),
|
17
|
+
url(asset_path("ProximaNova-Light-webfont.woff")) format("woff"),
|
18
|
+
url(asset_path("ProximaNova-Light-webfont.ttf")) format("truetype"),
|
19
|
+
url(asset_path("ProximaNova-Light-webfont.svg#proxima_novalight")) format("svg");
|
20
|
+
|
23
21
|
|
24
22
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
.primary-header {font-family: bebas
|
2
|
-
.secondary-header {font-family: proxima
|
1
|
+
.primary-header {font-family: bebas;}
|
2
|
+
.secondary-header {font-family: proxima;}
|
3
3
|
|
4
4
|
.header-xxl {font-size: 4.5rem;} // 72px
|
5
5
|
.header-xl {font-size: 2.5rem;} // 40px
|