mirror of
https://github.com/theNewDynamic/awesome-hugo.git
synced 2025-02-03 01:09:56 -05:00
feat: adding some fonts
This commit is contained in:
parent
74fa848539
commit
ebe5d18663
@ -6,6 +6,18 @@
|
|||||||
<!-- Blocks may include default content. -->
|
<!-- Blocks may include default content. -->
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
{{ end }}</title>
|
{{ end }}</title>
|
||||||
|
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@200;900&display=swap" rel="stylesheet">
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: 'Exo 2', sans-serif;
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6, strong {
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Code that all your templates share, like a header -->
|
<!-- Code that all your templates share, like a header -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user