1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 14:16:50 +02:00

Use lato font

This commit is contained in:
Phuoc Nguyen
2021-03-28 20:04:30 +07:00
parent e4dfa35944
commit c4bf76424e
2 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,16 @@
* (c) 2019 - 2020 Nguyen Huu Phuoc <https://twitter.com/nghuuphuoc>
*/
body {
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
.hljs, code {
font-family: 'Source Code Pro', monospace;
font-size: 14px;

View File

@@ -4,9 +4,9 @@
<title>CSS layout</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Nguyen Huu Phuoc" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&family=Lato&display=swap" rel="stylesheet">
</head>
<body class='font-sans w-full'>
<body>
<div id="root"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
<script>