Basic signup for events
This commit is contained in:
@@ -3,8 +3,24 @@
|
||||
@source '../**/*.blade.php';
|
||||
@source '../**/*.js';
|
||||
|
||||
@font-face {
|
||||
font-family: Aleo;
|
||||
src: url('../fonts/aleo-regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Immenhausen;
|
||||
src: url('../fonts/immenhausen.ttf');
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #FAFAFB !important;
|
||||
font-family: Aleo;
|
||||
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Immenhausen;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user