Skip to content
Snippets Groups Projects
Verified Commit 87816adf authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added font awesome locally

parent 49a9de06
No related branches found
No related tags found
No related merge requests found
Showing
with 2248 additions and 3 deletions
File added
This diff is collapsed.
File added
File added
File added
/*!
* Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
src: url("../fonts/fa-brands-400.eot");
src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
url("../fonts/fa-brands-400.woff2") format("woff2"),
url("../fonts/fa-brands-400.woff") format("woff"),
url("../fonts/fa-brands-400.ttf") format("truetype"),
url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands", sans-serif;
}
......@@ -61,6 +61,7 @@
<link rel="stylesheet" href="{{ base_url }}/assets/fonts/roboto-mono.css">
<style>body,input{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
<link rel="stylesheet" href="{{ base_url }}/assets/fonts/MaterialIcons.css">
<link rel="stylesheet" href="{{ base_url }}/assets/fonts/fa-brands.css">
{% endblock %}
{% for path in extra_css %}
<link rel="stylesheet" href="{{ path }}">
......
File added
This diff is collapsed.
File added
File added
File added
/*!
* Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
src: url("../fonts/fa-brands-400.eot");
src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
url("../fonts/fa-brands-400.woff2") format("woff2"),
url("../fonts/fa-brands-400.woff") format("woff"),
url("../fonts/fa-brands-400.ttf") format("truetype"),
url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands", sans-serif;
}
......@@ -128,6 +128,7 @@
}
</style>
<link rel="stylesheet" type="text/css" href="{{ base_url }}/assets/fonts/MaterialIcons.css" />
<link rel="stylesheet" type="text/css" href="{{ base_url }}/assets/fonts/fa-brands.css" />
{% endblock %}
<!-- Custom stylesheets -->
......
......@@ -23,9 +23,6 @@
<!-- Social links in footer -->
{% if config.extra.social %}
<div class="md-footer-social">
{% set path = "ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" %}
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/{{ path }}">
{% for social in config.extra.social %}
<a href="{{ social.link }}" class="md-footer-social__link
fa fa-{{ social.type }}"></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment