Skip to content
Snippets Groups Projects
Commit 79f58ea0 authored by WAGNER ERIC's avatar WAGNER ERIC
Browse files

ajout des polices de Formule 1

parent fc62a22d
Branches
No related merge requests found
......@@ -3,5 +3,11 @@
@tailwind utilities;
body {
background-color: lightgray;
background-color: #005500;
}
h1 {
font-family: 'Formula1_font';
font-weight: 600;
text-align: center;
}
\ No newline at end of file
@font-face{
font-family: 'Formula1_font';
font-style: normal;
font-weight: 600;
src: url('../fonts/Formula1-Bold_web_0.ttf');
}
@font-face{
font-family: 'Formula1_font';
font-style: normal;
font-weight: 400;
src: url('../fonts/Formula1-Regular_web_0.ttf');
}
@font-face{
font-family: 'Formula1_font';
font-style: normal;
font-weight: 200;
src: url('../fonts/Formula1-Wide_web_0.ttf');
}
\ No newline at end of file
File added
File added
File added
......@@ -12,6 +12,8 @@
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<link rel="stylesheet" href="{{ asset('css/style.css') }}">
</head>
<body>
{% block body %}{% endblock %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment