mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-13 16:13:35 -06:00
Add Hanken Grotesk, Roboto, Manropes fonts (+tailwind configs)
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap');
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700;900&display=swap");
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Manropes:wght@400;500;600;700;800&display=swap");
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@600;900&display=swap');
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@@ -18,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@apply font-manrope;
|
@apply font-inter;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
|||||||
@@ -10,13 +10,12 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
manrope: ["\"Manrope\"", "sans-serif"],
|
manrope: ["\"Manrope\"", "sans-serif"],
|
||||||
opensans: ["\"Open Sans\"", "sans-serif"],
|
|
||||||
inter: ["\"Inter\"", "sans-serif"],
|
inter: ["\"Inter\"", "sans-serif"],
|
||||||
|
roboto: ["\"Roboto\"", "sans-serif"],
|
||||||
mono: ["\"Roboto Mono\"", "monospace"],
|
mono: ["\"Roboto Mono\"", "monospace"],
|
||||||
raleway: ["\"Raleway\"", "sans-serif"],
|
hanken: ["\"Hanken Grotesk\"", "sans-serif"],
|
||||||
roboto: ["\"Roboto\""],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [require('@tailwindcss/typography')],
|
plugins: [require('@tailwindcss/typography')],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user