mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 11:17:45 +02:00
11 lines
286 B
CSS
11 lines
286 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
|
|
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
|
|
|
|
* {
|
|
font-family: "Poppins", sans-serif;
|
|
}
|
|
|
|
.navbar-brand span {
|
|
text-shadow: 2px 2px 5px rgb(196, 196, 196);
|
|
}
|