mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-08 15:16:52 +02:00
Use lato font
This commit is contained in:
@@ -3,6 +3,16 @@
|
|||||||
* (c) 2019 - 2020 Nguyen Huu Phuoc <https://twitter.com/nghuuphuoc>
|
* (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 {
|
.hljs, code {
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
<title>CSS layout</title>
|
<title>CSS layout</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="author" content="Nguyen Huu Phuoc" />
|
<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>
|
</head>
|
||||||
<body class='font-sans w-full'>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
|
||||||
<script>
|
<script>
|
||||||
|
Reference in New Issue
Block a user