diff --git a/.gitmodules b/.gitmodules index a5a3134..c79c302 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,4 @@ [submodule "submodules/materialize"] path = submodules/materialize url = https://github.com/materializecss/materialize.git + diff --git a/homepage/participo/css/fonts/MaterialIcons-Regular.ttf b/homepage/participo/css/fonts/MaterialIcons-Regular.ttf new file mode 100644 index 0000000..48c69b5 Binary files /dev/null and b/homepage/participo/css/fonts/MaterialIcons-Regular.ttf differ diff --git a/homepage/participo/css/material-icons.css b/homepage/participo/css/material-icons.css new file mode 100644 index 0000000..314cbc7 --- /dev/null +++ b/homepage/participo/css/material-icons.css @@ -0,0 +1,33 @@ +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: local('Material Icons'), + local('MaterialIcons-Regular'), + url(fonts/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'; +} \ No newline at end of file diff --git a/homepage/participo/index.php b/homepage/participo/index.php index 0cf456a..f45462f 100644 --- a/homepage/participo/index.php +++ b/homepage/participo/index.php @@ -152,13 +152,13 @@ function getHtmlEventTable($eventList){ Mitmachenaccessibility
  • - Informationeninfo + Informiereninfo
  • Nachschlagenbook
  • - Einstellenmanage_accounts + Einstellensettings
  • diff --git a/homepage/participo/shared/imports.php b/homepage/participo/shared/imports.php index 2871f23..daf922e 100644 --- a/homepage/participo/shared/imports.php +++ b/homepage/participo/shared/imports.php @@ -4,7 +4,7 @@ - +