Suppression de Font Awesome
+ Passage par icomoon + Ajout de la partie Contact
This commit is contained in:
36
css/main.css
36
css/main.css
@@ -6979,3 +6979,39 @@ 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"; }
|
||||
|
||||
Reference in New Issue
Block a user