prvni várka
This commit is contained in:
6
Ubuntu Fonts/index.html
Normal file
6
Ubuntu Fonts/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<head>
|
||||
<!--ubuntu fonts-->
|
||||
<style>
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||
</style>
|
||||
</head>
|
5
Ubuntu Fonts/style.css
Normal file
5
Ubuntu Fonts/style.css
Normal file
@ -0,0 +1,5 @@
|
||||
body {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
font-family: "Ubuntu", sans-serif;
|
||||
}
|
Reference in New Issue
Block a user