Skip to content

Commit

Permalink
Global typography -> system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
breadthe committed Jan 13, 2024
1 parent d2f0e60 commit f513441
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
1 change: 0 additions & 1 deletion source/_layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
@include('_partials.google-analytics')
@endif

<link href="https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900|Bitter" rel="stylesheet">
<link rel="stylesheet" href="{{ mix('css/main.css', 'assets/build') }}">
<link href="https://github.com/breadthe" rel="me">
<link rel="webmention" href="https://webmention.io/chasingcode.dev/webmention" />
Expand Down
34 changes: 9 additions & 25 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,23 @@ module.exports = {
},
fontFamily: {
'sans': [
'Lato',
'system-ui',
'BlinkMacSystemFont',
'-apple-system',
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
'sans-serif',
],
'serif': [
'Bitter',
'Constantia',
'Lucida Bright',
'Lucidabright',
'Lucida Serif',
'Lucida',
'DejaVu Serif',
'Bitstream Vera Serif',
'Liberation Serif',
'Georgia',
'Charter',
'Bitstream Charter',
'Sitka Text',
'Cambria',
'serif',
],
'mono': [
'Consolas',
'ui-monospace',
'Cascadia Code',
'Source Code Pro',
'Menlo',
'Monaco',
'Liberation Mono',
'Courier New',
'Consolas',
'DejaVu Sans Mono',
'monospace',
]
},
Expand Down

0 comments on commit f513441

Please sign in to comment.