Skip to content

Commit ef108ef

Browse files
Control the font used for book buttons in RAB books (BL-16351)
1 parent ce5b6f3 commit ef108ef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/content/bookLayout/basePage-sharedRules.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,9 @@ span.bloom-linebreak {
286286
}
287287
}
288288
}
289+
290+
// Control the font used for book buttons in RAB books (BL-16351)
291+
.bloom-canvas .bloom-canvas-element .bloom-link-grid .bloom-bookButton p {
292+
font-size: var(--DefaultBookButtonFontSize, 10pt);
293+
font-family: Andika, NotoSans, sans-serif;
294+
}

0 commit comments

Comments
 (0)