File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
@font-face {
2
2
font-family : 'BrandonText' ;
3
- src : url ('/fonts/BrandonText-Regular.woff2' ) format ('woff2' ),
4
- url ('/fonts/BrandonText-Regular.woff' ) format ('woff' ),
5
- url ('/fonts/BrandonText-Regular.ttf' ) format ('truetype' );
3
+ src : url ('.. /fonts/BrandonText-Regular.woff2' ) format ('woff2' ),
4
+ url ('.. /fonts/BrandonText-Regular.woff' ) format ('woff' ),
5
+ url ('.. /fonts/BrandonText-Regular.ttf' ) format ('truetype' );
6
6
font-style : normal;
7
7
font-weight : normal;
8
8
}
9
9
10
10
@font-face {
11
11
font-family : 'BrandonText' ;
12
- src : url ('/fonts/BrandonText-Bold.woff2' ) format ('woff2' ),
13
- url ('/fonts/BrandonText-Bold.woff' ) format ('woff' ),
14
- url ('/fonts/BrandonText-Bold.ttf' ) format ('truetype' );
12
+ src : url ('.. /fonts/BrandonText-Bold.woff2' ) format ('woff2' ),
13
+ url ('.. /fonts/BrandonText-Bold.woff' ) format ('woff' ),
14
+ url ('.. /fonts/BrandonText-Bold.ttf' ) format ('truetype' );
15
15
font-style : normal;
16
16
font-weight : bold;
17
17
}
You can’t perform that action at this time.
0 commit comments