mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-15 10:13:54 -06:00
Remove Manrope font
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
@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=Hanken+Grotesk:wght@900&display=swap');
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;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: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 components;
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
manrope: ["\"Manrope\"", "sans-serif"],
|
||||
inter: ["\"Inter\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\"", "sans-serif"],
|
||||
mono: ["\"Roboto Mono\"", "monospace"],
|
||||
|
||||
Reference in New Issue
Block a user