Skip to content

Commit

Permalink
GITBOOK-38: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
victor authored and gitbook-bot committed Nov 9, 2023
1 parent f1cf0ba commit a72f7bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data-types/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ page blog{

This will create a page accessible at the `/blog` URL.

### Custom fonts

In BuckShotPlusPlus, you can easily import custom fonts using the fonts attribute and specify an [array](arrays.md) of url's like in the following example:

```
page index{
title = "My Index!"
body = My_Body_View
fonts = ["https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Nerko+One&family=Poppins&display=swap"]
}
```

## Use cases

1. **Website Structure**: Pages allow you to define the structure of your website, specifying which content appears on which page.
Expand Down

0 comments on commit a72f7bb

Please sign in to comment.