Skip to content

Commit c58376f

Browse files
author
laurent.abbal
committed
nouvelle police
1 parent 8332956 commit c58376f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

public/css/custom.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ h2 {
7070

7171
/* MARKDOWN CONTENT */
7272
.markdown_content {
73-
font-family: 'Latin Modern Roman', serif;
73+
font-family: 'Crimson Text', serif;
74+
font-weight: 500;
7475
font-size:17px;
7576
}
7677

@@ -780,7 +781,8 @@ svg {
780781
background-color:white;
781782
overflow: hidden;
782783
resize: none;
783-
font-family: 'Latin Modern Roman', serif;
784+
font-family: 'Crimson Text', serif;
785+
font-weight: 500;
784786
font-size:17px;
785787
}
786788

public/css/easymde-custom.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
*/
5858

5959
.editor-preview {
60-
font-family: 'Latin Modern Roman', serif;
60+
font-family: 'Crimson Text', serif;
61+
font-weight: 500;
6162
font-size:17px;
6263
}
6364

resources/views/inc-meta.blade.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
1515
<link href="{{ asset('css/custom.css') }}" rel="stylesheet">
1616

17-
<link href="https://fonts.googleapis.com/css2?family=Latin+Modern+Roman:wght@400&display=swap" rel="stylesheet">
17+
<!--<link href="https://fonts.googleapis.com/css2?family=Latin+Modern+Roman:wght@400&display=swap" rel="stylesheet">-->
18+
<link rel="preconnect" href="https://fonts.googleapis.com">
19+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20+
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
1821

1922

2023
<!-- Description -->

resources/views/sujets/inc-sujet-afficher.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="p-3" style="border:1px solid #ced4da;border-radius:4px;background-color:white;">
2-
<div class="pb-2 text-uppercase font-weight-bold" style="color:black;font-size:20px;font-family: 'Latin Modern Roman', serif;">{{ $sujet->titre }}</div>
2+
<div class="pb-2 text-uppercase font-weight-bold" style="color:black;font-size:20px;font-family:'Crimson Text',serif;font-weight:500;">{{ $sujet->titre }}</div>
33

44
@if ($sujet->type == 'exo')
55

0 commit comments

Comments
 (0)