Skip to content
Snippets Groups Projects
Commit c5f1bc02 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Removed Font Awesome integration because it is now provided by core.

parent a076c182
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2017-12-05 - Removed Font Awesome integration because it is now provided by core.
* 2017-12-05 - Replaced the settings_link_page.mustache.original with the updated core version.
* 2017-12-05 - Synchronized loginform.mustache with core changes.
* 2017-12-05 - Synchronized overwritten core_renderer function favicon() with core changes.
......
......@@ -290,10 +290,6 @@ Further improvements to Boost core theme
Apart from the features which can be configured in the theme's settings, we have added some more improvements which are simply there without any settings:
### Font Awesome
To be able to use icons provided by Font Awesome it is added to theme_boost_campus.
### Flat navigation (nav-drawer) menu
We improved the code of the new flatnavigation nay-drawer menu items to be uniformly. Furthermore, we improved the layout of the menu by styling borders, icons and margins. Now a user can recognize faster what items belong together to a parent node.
......
......@@ -26,7 +26,6 @@ defined('MOODLE_INTERNAL') || die();
$THEME->name = 'boost_campus';
$THEME->parents = ['boost'];
$THEME->sheets = ['font-awesome'];
$THEME->editor_sheets = [];
$THEME->scss = function($theme) {
return theme_boost_campus_get_main_scss_content($theme);
......
File deleted
File deleted
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File deleted
File deleted
File deleted
This diff is collapsed.
<?xml version="1.0"?>
<libraries>
<library>
<location>style/font-awesome.css</location>
<name>Font Awesome (CSS)</name>
<license>MIT</license>
<version>4.7.0</version>
<licenseversion></licenseversion>
</library>
<library>
<location>fonts/fontawesome-*</location>
<name>Font Awesome (Fonts)</name>
<license>SIL OFL</license>
<version>4.7.0</version>
<licenseversion>1.1</licenseversion>
</library>
<library>
<location>fonts/FontAwesome.*</location>
<name>Font Awesome (Fonts)</name>
<license>SIL OFL</license>
<version>4.7.0</version>
<licenseversion>1.1</licenseversion>
</library>
</libraries>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment