Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make font configurable #10

Closed
nhuethmayr opened this issue Nov 9, 2019 · 1 comment
Closed

Make font configurable #10

nhuethmayr opened this issue Nov 9, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nhuethmayr
Copy link

Hi,

wouldn't it make sense to have the font configurable as well?

Best regards
Norbert

@BernhardBehrendt BernhardBehrendt self-assigned this Jan 2, 2020
@BernhardBehrendt BernhardBehrendt added the enhancement New feature or request label Jan 2, 2020
BernhardBehrendt pushed a commit that referenced this issue Jan 2, 2020
@BernhardBehrendt
Copy link

It's now possible to set a fontFamily param to set a custom font (default is ìnherit`to match the template font if already set

<script>
    new cookieNoticeJS({
        fontFamily: 'Comic Sans MS,Verdana,Helvetica'
    })
</script>

Bildschirmfoto 2020-01-02 um 16 16 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants