File tree 2 files changed +10
-6
lines changed
components/newbie/BaseApparel 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
@font-face {
4
4
font-family : "PP Neue Montreal" ;
5
- src : url ("./assets/fonts/PPNeueMontreal-Medium.otf" ) format ("otf " );
5
+ src : url ("./assets/fonts/PPNeueMontreal-Medium.otf" ) format ("opentype " );
6
6
font-style : normal;
7
7
font-weight : 500 ;
8
8
}
9
+
9
10
@font-face {
10
11
font-family : "PP Neue Montreal" ;
11
- src : url ("./assets/fonts/PPNeueMontreal-Bold.otf" ) format ("otf " );
12
+ src : url ("./assets/fonts/PPNeueMontreal-Bold.otf" ) format ("opentype " );
12
13
font-style : normal;
13
14
font-weight : 700 ;
14
15
}
16
+
15
17
@font-face {
16
18
font-family : "PP Neue Montreal" ;
17
- src : url ("./assets/fonts/PPNeueMontreal-Book.otf" ) format ("otf " );
19
+ src : url ("./assets/fonts/PPNeueMontreal-Book.otf" ) format ("opentype " );
18
20
font-style : normal;
19
21
font-weight : 400 ;
20
22
}
Original file line number Diff line number Diff line change 1
1
@font-face {
2
2
font-family : "PP Neue Montreal" ;
3
3
src : local ("PP Neue Montreal" ),
4
- url ("./fonts/PPNeueMontreal-Medium.otf" ) format ("otf " );
4
+ url ("./fonts/PPNeueMontreal-Medium.otf" ) format ("opentype " );
5
5
font-style : normal;
6
6
font-weight : 500 ;
7
7
}
8
+
8
9
@font-face {
9
10
font-family : "PP Neue Montreal" ;
10
11
src : local ("PP Neue Montreal" ),
11
- url ("./fonts/PPNeueMontreal-Bold.otf" ) format ("otf " );
12
+ url ("./fonts/PPNeueMontreal-Bold.otf" ) format ("opentype " );
12
13
font-style : normal;
13
14
font-weight : 700 ;
14
15
}
16
+
15
17
@font-face {
16
18
font-family : "PP Neue Montreal" ;
17
19
src : local ("PP Neue Montreal" ),
18
- url ("./fonts/PPNeueMontreal-Book.otf" ) format ("otf " );
20
+ url ("./fonts/PPNeueMontreal-Book.otf" ) format ("opentype " );
19
21
font-style : normal;
20
22
font-weight : 400 ;
21
23
}
You can’t perform that action at this time.
0 commit comments