This commit is contained in:
parent
cee9374b63
commit
0ae7d8dac4
BIN
public/fonts/Inter-Regular.woff2
Normal file
BIN
public/fonts/Inter-Regular.woff2
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
|
||||
font-family: "Inter", Calibri, "Trebuchet MS", sans-serif;
|
||||
font-size: 18px;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
@ -23,6 +23,11 @@ body {
|
|||
src: url(/fonts/SourceCodePro-Regular.otf.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url(/fonts/Inter-Regular.otf.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.posts {
|
||||
@apply flex flex-col gap-10 md:gap-8;
|
||||
|
|
|
@ -3,13 +3,7 @@ export default {
|
|||
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: [
|
||||
"Gill Sans",
|
||||
"Gill Sans MT",
|
||||
"Calibri",
|
||||
"Trebuchet MS",
|
||||
"sans-serif",
|
||||
],
|
||||
sans: ["Inter", "Calibri", "Trebuchet MS", "sans-serif"],
|
||||
mono: ["Courier New", "Courier", "monospace"],
|
||||
},
|
||||
extend: {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user