Suppression de Font Awesome

+
Passage par icomoon
+
Ajout de la partie Contact
This commit is contained in:
Anthony Dumas
2019-03-15 00:35:59 +01:00
parent 7b01c841be
commit 95dbb996cb
10 changed files with 175 additions and 5 deletions

View File

@@ -86,4 +86,48 @@ footer strong {
div.hero-body {
margin-left: env(safe-area-inset-left);
margin-right: env(safe-area-inset-right);
}
.btn-centered div.column.hasContent {
padding-left: 5%;
}
@font-face {
font-family: "icomoon";
src: url("../font/fonts/icomoon.eot");
src: url("../font/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../font/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../font/fonts/icomoon.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
.icon .fab {
font-family: "icomoon";
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-style: normal;
}
.icon-github-alt:before {
content: "\e903";
}
.icon-linkedin-square:before {
content: "\e902";
}
.icon-envelope-open:before {
content: "\e901";
}
.icon-twitter:before {
content: "\e904";
}
.icon-telegram:before {
content: "\e900";
}