diff --git a/_includes/footer-en.html b/_includes/footer-en.html
index ce2f2324b49..0209ecba33e 100644
--- a/_includes/footer-en.html
+++ b/_includes/footer-en.html
@@ -31,19 +31,27 @@
-
+
-
+
+
+
+
+
+
+
-
- News subscription
+
diff --git a/_includes/footer-is.html b/_includes/footer-is.html
index 18fbe1c8f65..c05efa4712c 100644
--- a/_includes/footer-is.html
+++ b/_includes/footer-is.html
@@ -31,19 +31,27 @@
-
+
+
+
+
+
+
+
-
- Fréttaáskrift
+
diff --git a/_sass/custom.scss b/_sass/custom.scss
index 9fe3dd95cca..b5f1b28fa39 100644
--- a/_sass/custom.scss
+++ b/_sass/custom.scss
@@ -1,7 +1,7 @@
@font-face {
font-family: 'icomoon';
- src: url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.eot?aqhxaf');
- src: url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.eot?aqhxaf#iefix') format('embedded-opentype'), url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.ttf?aqhxaf') format('truetype'), url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.woff?aqhxaf') format('woff'), url('https://hagstofas3bucket.hagstofa.is/haxdev/static/fonts/icomoon.svg?aqhxaf#icomoon') format('svg');
+ src: url('/assets/fonts/icomoon.eot');
+ src: url('/assets/fonts/icomoon.eot') format('embedded-opentype'), url('/assets/fonts/icomoon.ttf') format('truetype'), url('/assets/fonts/icomoon.woff') format('woff'), url('/assets/fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -62,6 +62,22 @@
content: "\e90e";
}
+.picon-instagram::before {
+ content: "\e930";
+}
+
+.picon-rss::before {
+ content: "\e931";
+}
+
+.picon-cc::before {
+ content: "\e92d";
+}
+
+.picon-by::before {
+ content: "\e92c";
+}
+
body {
background: none !important;
padding-top: 0 !important;
@@ -320,6 +336,27 @@ footer.hagstofa {
max-width: 100%;
}
}
+
+ #footer-creative-commons {
+ text-decoration: none;
+ vertical-align: middle;
+ display: inline-block;
+
+ i {
+ color: #00C9FF;
+ font-size: 30px;
+ float: left;
+ padding-right: 5px;
+
+ &:last-child {
+ padding-left: 12px;
+ padding-top: 3px;
+ font-size: 17px;
+ font-style: normal;
+ color: #C1DBE1;
+ }
+ }
+ }
}
#main-text {
diff --git a/assets/fonts/icomoon.eot b/assets/fonts/icomoon.eot
new file mode 100644
index 00000000000..85e5ac3c4bf
Binary files /dev/null and b/assets/fonts/icomoon.eot differ
diff --git a/assets/fonts/icomoon.svg b/assets/fonts/icomoon.svg
new file mode 100644
index 00000000000..3cf9cfafe7c
--- /dev/null
+++ b/assets/fonts/icomoon.svg
@@ -0,0 +1,59 @@
+
+
+
\ No newline at end of file
diff --git a/assets/fonts/icomoon.ttf b/assets/fonts/icomoon.ttf
new file mode 100644
index 00000000000..f342dfef533
Binary files /dev/null and b/assets/fonts/icomoon.ttf differ
diff --git a/assets/fonts/icomoon.woff b/assets/fonts/icomoon.woff
new file mode 100644
index 00000000000..23d97eec1b0
Binary files /dev/null and b/assets/fonts/icomoon.woff differ