Skip to content

Commit fa37db6

Browse files
fix : 2 new font file added
1 parent 8ab009e commit fa37db6

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

404.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212

1313
</head>
1414
<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+
}
1522
.return p{
16-
font-family: "arial";
1723
font-size: 40px;
1824
font-weight: 600;
1925
}
2026
.return a{
21-
font-family: "arial";
2227
font-size: 30px;
2328
text-decoration: none;
2429
border: 4px solid red;

css/style.css

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
@font-face {
2-
font-family: "ubuntu";
3-
src: url("fonts/Ubuntu-R.ttf");
2+
font-family: "julius";
3+
src: url("../fonts/JuliusSansOne-Regular.ttf");
44
}
5+
@font-face {
6+
font-family: "sacramento";
7+
src: url("../fonts/Sacramento-Regular.ttf");
8+
}
9+
510
body {
611
margin: 0px;
7-
font-family: "arial";
812
width: 100%;
913
overflow-x: hidden;
1014
margin-right: 0px;
1115
margin-left: 0px;
12-
font-family: 'Julius Sans One', sans-serif;
16+
font-family: 'julius';
1317
}
1418
#login-footer p {
1519
vertical-align: center;
@@ -33,7 +37,7 @@ body {
3337
margin-top: 25px;
3438
padding-top: 10px;
3539
padding-bottom: 10px;
36-
font-family: 'Sacramento', cursive;
40+
font-family: "sacramento";
3741
font-size: 25px;
3842
}
3943
h1 {

fonts/JuliusSansOne-Regular.ttf

32.8 KB
Binary file not shown.

fonts/Sacramento-Regular.ttf

77.8 KB
Binary file not shown.

fonts/Ubuntu-R.ttf

-346 KB
Binary file not shown.

0 commit comments

Comments
 (0)