cm107 commited on
Commit
bccd4c6
1 Parent(s): e26acbc

Use HiraMinProN-W3 font-family if available.

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -1,6 +1,6 @@
1
  body {
2
  padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
  h1 {
@@ -25,4 +25,4 @@ p {
25
 
26
  .card p:last-child {
27
  margin-bottom: 0;
28
- }
 
1
  body {
2
  padding: 2rem;
3
+ font-family: -apple-system, BlinkMacSystemFont, "HiraMinProN-W3", "Arial", sans-serif;
4
  }
5
 
6
  h1 {
 
25
 
26
  .card p:last-child {
27
  margin-bottom: 0;
28
+ }