evol: refonte visuelle trajets/disponibilités conducteur + font Poppins
This commit is contained in:
@@ -16,14 +16,32 @@
|
||||
src: url("https://coopgo.fr/fonts/manometer.woff2") format("woff2"), url("/fonts/manometer.woff") format("woff"); }
|
||||
|
||||
@font-face {
|
||||
font-family: "Bitter";
|
||||
font-family: "Poppins";
|
||||
font-style: normal;
|
||||
src: url("https://coopgo.fr/fonts/Bitter-Regular.woff") format("woff"); }
|
||||
|
||||
font-weight: 400;
|
||||
src: url("/public/fonts/Poppins-Regular.woff2") format("woff2"); }
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("/public/fonts/Poppins-Medium.woff2") format("woff2"); }
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url("/public/fonts/Poppins-SemiBold.woff2") format("woff2"); }
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url("/public/fonts/Poppins-Bold.woff2") format("woff2"); }
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
font-family: Bitter, serif;
|
||||
font-family: Poppins, sans-serif;
|
||||
}
|
||||
input {
|
||||
padding: 2px;
|
||||
|
||||
Reference in New Issue
Block a user