Przeglądaj źródła

Experiment with font-family: system-ui;

axkuhta 1 rok temu
rodzic
commit
858e7c96d2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/views/layouts/app.blade.php

+ 1 - 1
resources/views/layouts/app.blade.php

@@ -4,7 +4,7 @@
 		<title>LaravelDemo - @yield('title')</title>
 		<style>
 			body {
-				font-family: sans-serif;
+				font-family: system-ui, sans-serif;
 				font-size: 16px;
 			}