add ubuntu font
This commit is contained in:
parent
e04e90bf5e
commit
fce2aaf957
@ -3,5 +3,6 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white
|
||||
color: white;
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
}
|
||||
|
@ -4,6 +4,7 @@
|
||||
<title>sarsoo</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>sarsoo</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user