Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Nomad Programmer

    (@srapsware)

    Hello,

    My issues fixed by this google font.

    https://fonts.google.com/specimen/Hind

    i have used only 2 type of fonts but you can use as you wish.

    @font-face {
        font-family: 'Hind';
        font-style: normal;
        font-weight: normal;
        src: local('Hind'), local('Hind'), url(https://www.abcd.com/wp-content/themes/storefront-child/fonts/Hind-Regular.ttf) format('truetype');
    }
    @font-face {
        font-family: 'Hind';
        font-style: normal;
        font-weight: bold;
        src: local('Hind Bold'), local('Hind-Bold'), url(https://www.abcd.com/wp-content/themes/storefront-child/fonts/Hind-Bold.ttf) format('truetype');
    }

    and change body to font Hind as below:

    body {
    	background: #fff;
    	color: #000;
    	margin: 0cm;
    	font-family: 'Hind', Arial, sans-serif;
    	font-size: 9pt;
    	line-height: 100%; /* fixes inherit dompdf bug */
    }

    thanks for official help on https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/

    Thread Starter Nomad Programmer

    (@srapsware)

    Hello again,

    I am success something but, its start supporting only hindi, i need hindi and english.

    My code is:

    @font-face {
        font-family: 'NewDelhi';
        font-style: normal;
        font-weight: normal;
        src: local('NewDelhi'), local('NewDelhi'), url(https://www.abcd.com/wp-content/themes/storefront-child/fonts/NewDelhi.ttf) format('truetype');
    }
    @font-face {
        font-family: 'NewDelhi';
        font-style: normal;
        font-weight: bold;
        src: local('NewDelhi Bold'), local('NewDelhi-Bold'), url(https://www.abcd.com/wp-content/themes/storefront-child/fonts/NewDelhi-bold.ttf) format('truetype');
    }
    @font-face {
        font-family: 'NewDelhi';
        font-style: italic;
        font-weight: normal;
        src: local('NewDelhi Italic'), local('NewDelhi-Italic'), url(https://www.abcd.com/wp-content/themes/storefront-child/fonts/NewDelhi-italic.ttf) format('truetype');
    }
    @font-face {
        font-family: 'NewDelhi';
        font-style: italic;
        font-weight: bold;
        src: local('NewDelhi Bold Italic'), local('NewDelhi-BoldItalic'), url(https://www.abcd.com/wp-content/themes/storefront-child/fonts/NewDelhi-bolditalic.ttf) format('truetype');
    }
    body {
    	background: #fff;
    	color: #000;
    	margin: 0cm;
    	font-family: 'Open Sans', NewDelhi, sans-serif;
    	/* want to use custom fonts? http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/ */
    	font-size: 9pt;
    	line-height: 100%; /* fixes inherit dompdf bug */
    }

    Please help me now how can i use multiple font same time

    Thread Starter Nomad Programmer

    (@srapsware)

    Yes i already enabled that option but its not uploading main theme files it uploading for only current select child theme files.

    once i revert back to parent theme then it start uploading. i hope you got my issue.

    Thanks

    Thread Starter Nomad Programmer

    (@srapsware)

    Thanks for reply i am using latest version as: Version 3.4.5

    Plugin Author Nomad Programmer

    (@srapsware)

    Hello mnby,

    Sorry for to delay on reply, if you are using video streaming then you will need to make some custom functions that will check for login after some time. this way you can prevent from multi sessions.

    Thanks
    Shiv Singh

    Plugin Author Nomad Programmer

    (@srapsware)

    Thanks for your feedback currently i am working to improved its functionality.
    So i will update it soon.

    Using the built in WordPress navigation menus is the most convenient way to handle custom menus since the 3.0 release. Since then, developers have written all kinds of plugins to add additional functionality to this theme feature.
    If Menu is the latest plugin written to extend WordPress navigation menus. It allows you to show or hide individual menu items based on conditional statements, such as whether or not a user is logged in, various user roles, and the type of content being viewed, (ie, front page, single, page).
    When the plugin is enabled, each menu item will get a new checkbox option to “Enable Conditional Logic”.

    The plugin currently includes several conditional statements and the developer will be adding more in future releases. You can also add your own by following the instructions on the FAQ page.
    If you need to apply conditional logic to individual menu items within the native WordPress navigation menus, this plugin offers you the easiest way to do that. Download the If Menu plugin for free from the WordPress plugin repository.

Viewing 7 replies - 1 through 7 (of 7 total)