relocating
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Abril;
|
||||
src: url("file:///{{ storage_path('fonts/AbrilFatface-Regular.ttf') }}");
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Abril;
|
||||
font-size: 48px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
THIS SHOULD LOOK VERY STYLISH
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user