Skip to content

Commit 064ac4c

Browse files
committed
load nunito font locally
1 parent 95c9a3e commit 064ac4c

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

src/App.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import url('https://fonts.googleapis.com/css?family=Nunito:regular,600');
21
@import "variables.css";
32

43
html {
43.3 KB
Binary file not shown.
43.4 KB
Binary file not shown.

src/variables.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
@font-face {
2+
font-family: 'Nunito';
3+
src: url("static/fonts/nunito/nunito-regular.woff2") format('woff2');
4+
}
5+
6+
@font-face {
7+
font-family: 'Nunito';
8+
font-weight: 600;
9+
font-style: normal;
10+
src: url("static/fonts/nunito/nunito-semibold.woff2") format('woff2');
11+
}
12+
113
html.dark {
214
--app-name-text-color: #FFF;
315
--background-color: #0D1116;

0 commit comments

Comments
 (0)