Skip to content

Commit

Permalink
local fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyplay authored and mitya52 committed Dec 20, 2024
1 parent 54bea17 commit 8865e90
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion refact_webgui/webgui/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/bootstrap-icons.css">
<link href="https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Manrope:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="#">
<link rel="icon" type="image/png" href="/favicon.png" />
Expand Down
27 changes: 27 additions & 0 deletions refact_webgui/webgui/static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
@font-face {
font-family: 'Manrope';
src: url('assets/fonts/Manrope-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Manrope';
src: url('assets/fonts/Manrope-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Azeret Mono';
src: url('assets/fonts/AzeretMono-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Azeret Mono';
src: url('assets/fonts/AzeretMono-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}

html {
min-height: 100%;
}
Expand Down

0 comments on commit 8865e90

Please sign in to comment.