web/quotes: switch to sans-serif font for everything
This commit is contained in:
parent
54bece932e
commit
cf82eae2e3
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@
|
|||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||
</head>
|
||||
|
||||
<body class="bg-bfobGray-dark text-bfobGray font-serif leading-normal tracking-normal">
|
||||
<body class="bg-bfobGray-dark text-bfobGray font-sans leading-normal tracking-normal">
|
||||
|
||||
<div class="container mx-auto">
|
||||
<section class="flex justify-between items-center"><!--flex items-center justify-center h-screen"-->
|
||||
<section class="flex justify-between items-center">
|
||||
<h1 class="text-5xl font-bnto uppercase">
|
||||
<a href="/">
|
||||
BFOB <span class="text-bfobOrange">Quotes</span>
|
||||
|
|
Loading…
Reference in a new issue