File tree 3 files changed +22
-4
lines changed
3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -32,25 +32,25 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
32
32
npm install -g npm
33
33
```
34
34
35
- 1 . ##### Clone the repo:
35
+ 2 . ##### Clone the repo:
36
36
37
37
```
38
38
git clone https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio.git
39
39
```
40
40
41
- 1 . ##### Open the project folder:
41
+ 3 . ##### Open the project folder:
42
42
43
43
```
44
44
cd vuejs-tailwindcss-portfolio
45
45
```
46
46
47
- 1 . ##### Install packages and dependencies:
47
+ 4 . ##### Install packages and dependencies:
48
48
49
49
```
50
50
npm install
51
51
```
52
52
53
- 1 . ##### Start a local dev server at ` http://localhost:8080 ` :
53
+ 5 . ##### Start a local dev server at ` http://localhost:8080 ` :
54
54
55
55
```
56
56
npm run serve
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 " />
7
7
< link rel ="icon " href ="./favicon.png " />
8
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
9
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
10
+ < link
11
+ href ="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap "
12
+ rel ="stylesheet "
13
+ />
8
14
< title > < %= htmlWebpackPlugin.options.title %> </ title >
9
15
</ head >
10
16
< body id ="app-theme " class ="app-theme ">
Original file line number Diff line number Diff line change 2
2
* Vuejs & TailwindCSS Portfolio Main Styling CSS File
3
3
* Powered by: @NangialaiStoman
4
4
*/
5
+
6
+ body {
7
+ font-family : 'Poppins' , sans-serif !important ;
8
+ }
9
+
10
+ h1 ,
11
+ h2 ,
12
+ h3 ,
13
+ h4 {
14
+ font-family : 'Poppins' , sans-serif !important ;
15
+ font-weight : 500 !important ;
16
+ }
You can’t perform that action at this time.
0 commit comments