Skip to content

Commit ac84907

Browse files
committed
removed Lato ttf
1 parent 8b17640 commit ac84907

File tree

7 files changed

+0
-30
lines changed

7 files changed

+0
-30
lines changed

public/css/fonts/Lato-Bold.ttf

-642 KB
Binary file not shown.

public/css/fonts/Lato-Light.ttf

-629 KB
Binary file not shown.

public/css/fonts/Lato-Medium.ttf

-622 KB
Binary file not shown.

public/css/fonts/Lato-Regular.ttf

-642 KB
Binary file not shown.

public/css/fonts/Lato-Semibold.ttf

-654 KB
Binary file not shown.

public/css/fonts/Lato-Thin.ttf

-613 KB
Binary file not shown.

public/css/index.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,3 @@
3232
src:url(./fonts/Poppins-Bold.ttf);
3333
font-weight:700;
3434
}
35-
36-
@font-face {
37-
font-family:"Lato";
38-
src:url(./fonts/Lato-Light.ttf);
39-
font-weight:300;
40-
}
41-
42-
@font-face {
43-
font-family:"Lato";
44-
src:url(./fonts/Lato-Regular.ttf);
45-
font-weight:400;
46-
}
47-
48-
@font-face {
49-
font-family:"Lato";
50-
src:url(./fonts/Lato-Medium.ttf);
51-
font-weight:500;
52-
}
53-
54-
@font-face {
55-
font-family:"Lato";
56-
src:url(./fonts/Lato-SemiBold.ttf);
57-
font-weight:600;
58-
}
59-
60-
@font-face {
61-
font-family:"Lato";
62-
src:url(./fonts/Lato-Bold.ttf);
63-
font-weight:700;
64-
}

0 commit comments

Comments
 (0)