File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Expand file tree Collapse file tree 5 files changed +17
-3
lines changed 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
< title > Filmoteka | Home</ title >
8
- < link rel ="icon " href ="./images/favicon.ico " type ="image/x-icon ">
8
+ < link rel ="icon " href ="./images/favicon.ico " type ="image/x-icon " / >
9
9
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
10
10
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
11
- < link
11
+ <!-- < link
12
12
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap"
13
13
rel="stylesheet"
14
- />
14
+ /> -->
15
15
< link
16
16
rel ="stylesheet "
17
17
href ="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css "
Original file line number Diff line number Diff line change
1
+ @font-face {
2
+ font-family : ' Roboto' ;
3
+ src : url (' /src/fonts/Roboto/Roboto-Regular.ttf' ) format (' truetype' );
4
+ font-weight : 400 ;
5
+ font-style : normal ;
6
+ }
7
+
8
+ @font-face {
9
+ font-family : ' Roboto' ;
10
+ src : url (' /src/fonts/Roboto/Roboto-Medium.ttf' ) format (' truetype' );
11
+ font-weight : 500 ;
12
+ font-style : normal ;
13
+ }
Original file line number Diff line number Diff line change 1
1
@import " ./base/common" ;
2
2
@import " ./utils/variables" ;
3
+ @import " ./base/fonts" ;
3
4
@import " ./base/reset" ;
4
5
@import " ./utils/mixins" ;
5
6
@import " ./utils/container" ;
You can’t perform that action at this time.
0 commit comments