2017 © Pedro PelĂĄez
 

library webfontloader

image

zdenekzahor/webfontloader

  • Wednesday, August 2, 2017
  • by zdenekzahor
  • Repository
  • 0 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 20 % Grown

The README.md

WebFontLoader

composer require zdenekzahor/webfontloader
extensions:
    webFontLoader: ZdenekZahor\WebFontLoader\DI\WebFontLoaderExtension

webFontLoader:
    cookieName: wfont
    families:
        -
            name: Play
            weights:
                - 400
                - 700
            subsets:
                - latin
                - latin-ext
use ZdenekZahor\WebFontLoader\IWebFontLoaderFactory;
use ZdenekZahor\WebFontLoader\WebFontLoader;

/**
 * @var IWebFontLoaderFactory
 * @inject
 */
public $webFontLoaderFactory;

protected function createComponentWebFontLoader(): WebFontLoader
{
    return $this->webFontLoaderFactory->create();
}
<!DOCTYPE html>
<html class="{control webFontLoader:htmlClass}">
<head>
    {control webFontLoader:head}
</head>
html {
    font-family: sans-serif;
}

html.wf-active {
    font-family: 'Play', sans-serif;
}

The Versions

02/08 2017

dev-nette-2.4

dev-nette-2.4

  Sources   Download

The Requires

 

by Zdeněk Zahoƙ

02/08 2017

2.4.0

2.4.0.0

  Sources   Download

The Requires

 

by Zdeněk Zahoƙ

01/08 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Zdeněk Zahoƙ

01/08 2017

3.0.0

3.0.0.0

  Sources   Download

The Requires

 

by Zdeněk Zahoƙ

02/07 2017

0.0.1

0.0.1.0

  Sources   Download

The Requires

 

by Zdeněk Zahoƙ