Skip to content

Commit 8e4cdd9

Browse files
example-and-external-config
1 parent 4fa7b14 commit 8e4cdd9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/kaizen-tg/_templates/drupal-9-theme/new/packages/components/_typography.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
---
22
to: <%= h.src() %>/<%= h.changeCase.lower(name) %>/packages/components/_typography.css
33
---
4+
/* Uncomment to import font example */
5+
/*
6+
@font-face {
7+
font-family: "ExampleFont";
8+
src:
9+
local(""),
10+
url("../../fonts/ExampleFont.woff2") format("woff2"),
11+
12+
font-weight: 400;
13+
font-style: normal;
14+
font-display: swap;
15+
}
16+
*/
417
html {
518
font-size: var(--root-font-size);
619
}

packages/kaizen-tg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skilld/kaizen-tg",
3-
"version": "2.0.0-alpha.5",
3+
"version": "2.0.0-alpha.8",
44
"description": "Kaizen drupal theme generator",
55
"bin": "index.js",
66
"main": "index.js",

0 commit comments

Comments
 (0)