Skip to content

Commit

Permalink
Load Iosevka font from online storage
Browse files Browse the repository at this point in the history
  • Loading branch information
svkirillov committed Mar 1, 2024
1 parent e03e08c commit 5845d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN <<EOF
tini \
chromium \
font-inter \
font-iosevka-base \
fontconfig

fc-cache -fv
Expand Down
4 changes: 3 additions & 1 deletion pkg/report/report_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>GoTestWaf report</title>
<script src="https://go-echarts.github.io/go-echarts-assets/assets/echarts.min.js"></script>
<link href="https://iosevka-webfonts.github.io/iosevka/iosevka.css" rel="stylesheet" />
<style>
/*vars*/
:root {
Expand Down Expand Up @@ -68,7 +69,8 @@
color: var(--black);
}
.mono {
font-family: Iosevka, monospace;
font-family: Iosevka Web, monospace;
font-style: normal;
}
.title {
font-size: 24px;
Expand Down

0 comments on commit 5845d10

Please sign in to comment.