Commit 3788717d authored by dev0tion's avatar dev0tion

Add Lato font

parent 93b71fc2
......@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Breeze</title>
<base href="./">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
......
/* You can add global styles to this file, and also import other style files */
* {
font-family: "Lato";
}
.content-wrapper {
width: 100%;
height: 100%;
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment