Skip to content

Commit 6c3c971

Browse files
committed
feat(web): font changes
1 parent de01457 commit 6c3c971

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset='UTF-8'>
55
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
66
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
7-
<title>ac_radio</title>
7+
<title>AC Radio</title>
88

99
<script src='nui://game/ui/jquery.js'></script>
1010
<script src='script.js'></script>

web/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap');
22
@font-face {
33
font-family: 'Technology';
44
src: url('assets/technology.ttf');
@@ -48,7 +48,7 @@
4848
border-radius: 5px;
4949
color: #21381e;
5050
font-family: 'Technology';
51-
font-size: 2rem;
51+
font-size: 3vh;
5252
}
5353

5454
.channel-input input::placeholder {
@@ -134,7 +134,7 @@
134134
transition: all .3s;
135135
padding: 10%;
136136
border-radius: 3px;
137-
font-family: 'Rubik', sans-serif;
137+
font-family: 'Inter', sans-serif;
138138
font-weight: 600;
139139
font-size: .8rem;
140140
color: #2d2427;

0 commit comments

Comments
 (0)