add custom font

This commit is contained in:
MathieuG-P
2022-06-04 22:20:14 +02:00
parent 2b293b40d3
commit 97c0f78601
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -1,10 +1,20 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
font-family: acumin-pro, sans-serif;
}
}
::-webkit-scrollbar {
width: 4px !important;
padding: 0;
margin: 0;
display: inline;
}
::-webkit-scrollbar-thumb {
border-radius: 20px;
}
@@ -18,4 +28,4 @@
@keyframes rainbow {
0% { background-position: 84% 0 }
100% { background-position: 0 0% }
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://use.typekit.net/okr8ven.css">
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"