Our Fig & Spelt sourdough crackers have distinctive crispy texture with a fruity, sweet and nutty flavour.
An essential for any cheeseboard or great as a snack. Pairs well with blue cheeses such as Stilton or Roquefort, pears and honey.
Peter's Yard combines Swedish tradition with British craft ingredients and to make delicious sourdough products to pair with your favourite cheeses, dips and other toppings. The distinctive crisp, crunchy texture and flavour are achieved by small batch baking using a sourdough starter, fermented for 16 hours.
Our range is made in an artisan bakery in the UK, following the original Swedish recipe. Crafted in small batches without shortcuts or artificial ingredients for award-winning flavour and crunch.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}