Plugin Directory

Changeset 1703167


Ignore:
Timestamp:
07/26/2017 02:23:34 PM (9 years ago)
Author:
adtechmedia
Message:

fixing fonts issue

Location:
adtechmedia/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • adtechmedia/trunk/adtechmedia-config.php

    r1703025 r1703167  
    4141        'ads_video'                      => 'https://manage.adtechmedia.io/atm-admin/atm-build/demo-vast.xml',
    4242        'content_lock'                   => 'blur+scramble',
    43         'revenue_method'                 => 'advertising+micropayments',
     43        'revenue_method'                 => 'advertising+micropayments', // @todo change it to 'micropayments+subscriptions' when subscriptions implemented
    4444        'price_currency'                 => 'usd',
    4545        'content_paywall'                => 'transactions',
    4646        'content_offset_type'            => 'paragraphs',
    4747        'country'                        => 'United States',
    48         'platform_id'                    => 'Wordpress',
    49         'updated_appearance'            => '0',
     48        'platform_id'                                       => 'Wordpress',
     49        'updated_appearance'                        => '0',
    5050        'appearance_settings'                        => '{"model":{"main":{"sticky":true,"width":"600px","offset":{"top":"20px","fromCenter":"-60px","scrollTop":"100"}},"body":{"backgroundColor":"#ffffff","border":"1px solid #d3d3d3","fontFamily":"\'Merriweather\', sans-serif","boxShadow":"0 1px 2px 0 rgba(0, 0, 0, 0.1)"},"footer":{"backgroundColor":"#fafafa","border":"1px solid #e3e3e3"}}}',
    5151    ];
  • adtechmedia/trunk/adtechmedia.php

    r1703093 r1703167  
    33 * Plugin Name: AdTechMedia
    44 * Plugin URI: https://wordpress.org/plugins/adtechmedia/
    5  * Version: 0.11.2
     5 * Version: 0.11.3
    66 * Author: AdTechMedia.io
    77 * Description: AdTechMedia is an advertising platform with micropayments capabilities for media content monetization. We help publishers and content providers to generate complimentary revenue streams that are immune to ad blocking software (e.g. native advertising or native micropayments). Our solutions are white labeled, data driven and realtime. To learn more, contact hello@adtechmedia.io or visit www.adtechmedia.io.
  • adtechmedia/trunk/css/main.css

    r1703025 r1703167  
    22@font-face {
    33    font-family: FuturaICG;
    4     src: url(../fonts/FuturaICG.ttf);
     4    src: url(../fonts/FuturaICG.woff);
    55}
    66
     
    15791579}
    15801580
    1581 /*# sourceMappingURL=main.css.map */
    15821581.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-flat[disabled] {
    15831582    background-color: #dfdfdf !important;
  • adtechmedia/trunk/readme.txt

    r1703093 r1703167  
    1010Requires at least: 3.6
    1111Tested up to: 4.8
    12 Stable tag: 0.11.2
     12Stable tag: 0.11.3
    1313
    1414
Note: See TracChangeset for help on using the changeset viewer.