File tree 5 files changed +16
-7
lines changed
5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
</ head >
14
14
< style type ="text/css ">
15
+ @font-face {
16
+ font-family : "julius" ;
17
+ src : url ("http://www.lightsout.ir/fonts/JuliusSansOne-Regular.ttf" );
18
+ }
19
+ body {
20
+ font-family : "julius" ;
21
+ }
15
22
.return p {
16
- font-family : "arial" ;
17
23
font-size : 40px ;
18
24
font-weight : 600 ;
19
25
}
20
26
.return a {
21
- font-family : "arial" ;
22
27
font-size : 30px ;
23
28
text-decoration : none;
24
29
border : 4px solid red;
Original file line number Diff line number Diff line change 1
1
@font-face {
2
- font-family : "ubuntu " ;
3
- src : url ("fonts/Ubuntu-R .ttf" );
2
+ font-family : "julius " ;
3
+ src : url ("../ fonts/JuliusSansOne-Regular .ttf" );
4
4
}
5
+ @font-face {
6
+ font-family : "sacramento" ;
7
+ src : url ("../fonts/Sacramento-Regular.ttf" );
8
+ }
9
+
5
10
body {
6
11
margin : 0px ;
7
- font-family : "arial" ;
8
12
width : 100% ;
9
13
overflow-x : hidden;
10
14
margin-right : 0px ;
11
15
margin-left : 0px ;
12
- font-family : 'Julius Sans One' , sans-serif ;
16
+ font-family : 'julius' ;
13
17
}
14
18
# login-footer p {
15
19
vertical-align : center;
33
37
margin-top : 25px ;
34
38
padding-top : 10px ;
35
39
padding-bottom : 10px ;
36
- font-family : 'Sacramento' , cursive ;
40
+ font-family : "sacramento" ;
37
41
font-size : 25px ;
38
42
}
39
43
h1 {
You can’t perform that action at this time.
0 commit comments