fonts tailwind ajoutes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,41 @@
|
||||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
@import 'tailwindcss/utilities';
|
||||
|
||||
@layer base{
|
||||
@font-face {
|
||||
font-family: "Authentic_Sans_90";
|
||||
src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff") format("woff"),
|
||||
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff2") format("woff2"),
|
||||
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.otf") format("otf");
|
||||
font-weight: 90;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Authentic_Sans_60";
|
||||
src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
|
||||
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
|
||||
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Libre_Caslon';
|
||||
src: url("/assets/fonts/libre-caslon/LibreCaslonText-Regular.woff") format("woff"),
|
||||
url("/assets/fonts/libre-caslon/librecaslontext-regular.otf") format("otf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Libre_Caslon';
|
||||
src: url("/assets/fonts/libre-caslon/LibreCaslonText-Italic.woff") format("woff"),
|
||||
url("/assets/fonts/libre-caslon/librecaslontext-italic.otf") format("otf");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@import url(app.css);
|
||||
@@ -14,6 +14,11 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="font-authentic">Ceci est du texte avec la police Authentic Sans 90</div>
|
||||
<div class="font-authentic60">Ceci est du texte avec la police Authentic Sans 60</div>
|
||||
<div class="font-caslon">Ceci est du texte avec la police Caslon normal</div>
|
||||
<div class="font-caslon italic">Ceci est du texte avec la police Caslon italique</div>
|
||||
|
||||
<table class="table-fixed">
|
||||
<thead>
|
||||
<tr class="border-slate-50 w-4/5 h-64 top-24 fixed flex items-stretch justify-around text-center">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<div class="page-header">
|
||||
|
||||
<h1>{!! $title !!}</h1>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user