Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Actualizado IcoMoon Icon Pack
Browse files Browse the repository at this point in the history
  • Loading branch information
rogertm committed Dec 15, 2017
1 parent de742e9 commit b2d4a52
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Expand Up @@ -3,6 +3,10 @@

= 1.2.2 =

Release Date: December 15, 2017

* Update: IcoMoon

Release Date: December 08, 2017

* Enhancement: New helper function t_em_get_post_excerpt()
Expand Down
5 changes: 4 additions & 1 deletion css/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/theme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/theme.min.css.map

Large diffs are not rendered by default.

Binary file removed engine/images/twenty-em-logo.png
Binary file not shown.
5 changes: 4 additions & 1 deletion engine/theme-options.php 100755 → 100644
Expand Up @@ -97,7 +97,10 @@ function t_em_admin_styles_and_scripts(){
function t_em_theme_options_admin_page(){
global $t_em_theme_data;

$theme_page = add_menu_page( T_EM_FRAMEWORK_NAME . ' ' . T_EM_FRAMEWORK_VERSION . ' ' . T_EM_FRAMEWORK_VERSION_STATUS, T_EM_FRAMEWORK_NAME, 'edit_theme_options', 'twenty-em-options', 't_em_theme_options_page', T_EM_ENGINE_DIR_IMG_URL . '/twenty-em-logo.png', '2.25031992' );
$svg = '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" style="fill:#82878c" viewBox="0 0 32 32"><title>twenty-em</title><path d="M29.7 23.6h-8.3l-6.4-11.1v-12.5h-12.7v12.6h12.5l6.5 11.2v8.2h8.4z"></path></svg>';
$svg = 'data:image/svg+xml;base64,' . base64_encode( $svg );

$theme_page = add_menu_page( T_EM_FRAMEWORK_NAME . ' ' . T_EM_FRAMEWORK_VERSION . ' ' . T_EM_FRAMEWORK_VERSION_STATUS, T_EM_FRAMEWORK_NAME, 'edit_theme_options', 'twenty-em-options', 't_em_theme_options_page', $svg, '2.25031992' );
$theme_backup_page = add_submenu_page( 'twenty-em-options', __( 'Backup', 't_em' ), __( 'Backup', 't_em' ), 'edit_theme_options', 'twenty-em-backup', 't_em_theme_backup' );

// We call our help screens
Expand Down
1 change: 1 addition & 0 deletions fonts/icomoon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/icomoon.ttf
Binary file not shown.
Binary file modified fonts/icomoon.woff
Binary file not shown.
1 change: 1 addition & 0 deletions scss/_icomoon-variables.scss
@@ -1,5 +1,6 @@
$icomoon-font-path: "../fonts" !default;

$icomoon-twenty-em: "\eada";
$icomoon-cloud-upload: "\eab5";
$icomoon-cloud-download: "\ead9";
$icomoon-500px: "\e900";
Expand Down
11 changes: 8 additions & 3 deletions scss/_icomoon.scss
Expand Up @@ -3,9 +3,9 @@
@font-face {
font-family: 'icomoon';
src:
url('#{$icomoon-font-path}/icomoon.ttf?r8tdks') format('truetype'),
url('#{$icomoon-font-path}/icomoon.woff?r8tdks') format('woff'),
url('#{$icomoon-font-path}/icomoon.svg?r8tdks#icomoon') format('svg');
url('#{$icomoon-font-path}/icomoon.ttf?b7bmat') format('truetype'),
url('#{$icomoon-font-path}/icomoon.woff?b7bmat') format('woff'),
url('#{$icomoon-font-path}/icomoon.svg?b7bmat#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -25,6 +25,11 @@
-moz-osx-font-smoothing: grayscale;
}

.icomoon-twenty-em {
&:before {
content: $icomoon-twenty-em;
}
}
.icomoon-cloud-upload {
&:before {
content: $icomoon-cloud-upload;
Expand Down

0 comments on commit b2d4a52

Please sign in to comment.