Skip to content
Snippets Groups Projects
Commit 5214dad2 authored by Fabian Marquardt's avatar Fabian Marquardt
Browse files

Merge branch '2-remove-dependency-on-google-hostet-assets' into 'master'

Resolve "Remove dependency on Google-hostet Assets"

Closes #2

See merge request !1
parents c542f0ff 9302f265
Branches main
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | escape }}" /> <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | escape }}" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen,projection" href="assets/materialize.css" /> <link rel="stylesheet" type="text/css" media="screen,projection" href="assets/materialize.css" />
<link rel="stylesheet" type="text/css" media="screen,projection" href="assets/main.css"> <link rel="stylesheet" type="text/css" media="screen,projection" href="assets/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}" /> <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}" />
......
...@@ -87,3 +87,40 @@ li { ...@@ -87,3 +87,40 @@ li {
list-style-type: initial !important; list-style-type: initial !important;
margin-left: 50px; margin-left: 50px;
} }
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(/fonts/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(/fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),
url(/fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'),
url(/fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment