> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{font}} helper

- URL: https://getpublii.com/dev/font-helper/
- Published: 2017-08-04T22:30:28.064Z
- Updated: 2024-02-08T09:38:33.514Z
- Description: It creates an URL to the Google Fonts service for a given font name. Syntax: {{font FONT\_NAME}} Example: <link rel="stylesheet" href="{{font @config.visual.font}}" />
- Author: Tomasz Dziuda
- Tags: Helpers

It creates an URL to the Google Fonts service for a given font name.

Syntax:

```handlebars
{{font FONT_NAME}}
```

Example:

```handlebars
<link rel="stylesheet" href="{{font @config.visual.font}}" />
```
