Skip to content

Commit 944bc58

Browse files
authored
Serve roboto-mono in bold-italic variant (#58)
1 parent 831a8f0 commit 944bc58

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

piccolo_theme/static/basic_mod.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

piccolo_theme/static/basic_mod.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

src/sass/basic_mod.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
font-weight: 700;
4040
src: local("Roboto Mono Bold"), local("RobotoMono-Bold"), url(fonts/roboto-mono/roboto-mono-bold.woff2) format("woff2");
4141
}
42+
@font-face {
43+
font-family: Roboto Mono;
44+
font-style: italic;
45+
font-weight: 700;
46+
src: local("Roboto Mono Bold Italic"), local("RobotoMono-BoldItalic"), url(fonts/roboto-mono/roboto-mono-bold-italic.woff2) format("woff2");
47+
}
48+
4249

4350

4451
$toggleSidebarColor: white;

0 commit comments

Comments
 (0)