fonts added

This commit is contained in:
2026-05-02 12:34:06 +02:00
parent f9ce904702
commit 765117aad2
62 changed files with 230 additions and 80 deletions
+15
View File
@@ -1,5 +1,20 @@
@font-face {
font-family: "Roboto";
src: url("fonts/Roboto/static/Roboto-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("fonts/Roboto/static/Roboto-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
body{
margin: 0;
font-family: "Roboto", sans-serif;
}
header{
text-align: center;