edge2992 / toy-browser

Reimplemented a web browser using Python.
0 stars 0 forks source link

Exercises 6 Fonts: Implement the font-family property #12

Open edge2992 opened 1 year ago

edge2992 commented 1 year ago
body {
    background-color: #f0f0f2;
    margin: 0;
    padding: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}