Skip to content

Commit 59e4d52

Browse files
Copilotleecalcote
andcommitted
Embed Qanelas Soft fonts as local assets
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
1 parent 1d8a145 commit 59e4d52

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

99.6 KB
Binary file not shown.
100 KB
Binary file not shown.
70.9 KB
Binary file not shown.
87.4 KB
Binary file not shown.

ui/src/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
/* Qanelas Soft font family - used by Sistent theme */
22
@font-face {
33
font-family: "Qanelas Soft Regular";
4-
src: url('https://raw.githubusercontent.com/layer5io/layer5/master/static/fonts/qanelas-soft/QanelasSoftRegular.otf') format('opentype');
4+
src: url('./assets/fonts/qanelas-soft/QanelasSoftRegular.otf') format('opentype');
55
font-weight: 400;
66
font-style: normal;
77
font-display: swap;
88
}
99

1010
@font-face {
1111
font-family: "Qanelas Soft Regular";
12-
src: url('https://raw.githubusercontent.com/layer5io/layer5/master/static/fonts/qanelas-soft/QanelasSoftMedium.otf') format('opentype');
12+
src: url('./assets/fonts/qanelas-soft/QanelasSoftMedium.otf') format('opentype');
1313
font-weight: 500;
1414
font-style: normal;
1515
font-display: swap;
1616
}
1717

1818
@font-face {
1919
font-family: "Qanelas Soft Regular";
20-
src: url('https://raw.githubusercontent.com/layer5io/layer5/master/static/fonts/qanelas-soft/QanelasSoftSemiBold.otf') format('opentype');
20+
src: url('./assets/fonts/qanelas-soft/QanelasSoftSemiBold.otf') format('opentype');
2121
font-weight: 600;
2222
font-style: normal;
2323
font-display: swap;
2424
}
2525

2626
@font-face {
2727
font-family: "Qanelas Soft Regular";
28-
src: url('https://raw.githubusercontent.com/layer5io/layer5/master/static/fonts/qanelas-soft/QanelasSoftBold.otf') format('opentype');
28+
src: url('./assets/fonts/qanelas-soft/QanelasSoftBold.otf') format('opentype');
2929
font-weight: 700;
3030
font-style: normal;
3131
font-display: swap;

0 commit comments

Comments
 (0)