Code Monkey home page Code Monkey logo

divi-child's People

Contributors

mirkoschubert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

divi-child's Issues

Make fonts visible in DIVI Editor menu.

Hi!
Love the child-theme and just starting testing it.

An enhancement for the Self-hosted Fonts in DIVI would be a neat feature. (And maybe in the future download required fonts from the google-webfonts-helper API -https://github.com/majodev/google-webfonts-helper#rest-api )

I used your Child-Theme and added following PHP code in functions.php (Maybe adding a child_fonts.php file for this purpose?)

`/*Multiple Custom DIVI FONTS - Monseratt and Open sans */
add_filter('et_websafe_fonts', 'load_divi_custom_font',10,2);
function load_divi_custom_font($fonts) {
wp_enqueue_style( 'divi-child', get_stylesheet_directory_uri() . '/assets/css/fonts.css' );
// Add multiple fonts to Divi's font menu to acces them within DIVI
$custom_font = array('Montserrat' => array(
'styles' => '300,400,500,700',
'character_set' => 'latin',
'type' => 'sans-serif',
'standard' => 1
),
'Open Sans' => array(
'styles' => '400',
'character_set' => 'latin',
'type' => 'sans-serif',
'standard' => 1
));

return array_merge($custom_font,$fonts);
}`

Thanks again for a great Child Theme!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.