Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/whitemagicsoftware.com.git

Fix CSS typo

AuthorDave Jarvis <email>
Date2022-08-21 19:27:32 GMT-0700
Commite02394414f3e7f285283ca73d3eae40e07ed046c
Parent6495ab4
keenquotes/index.php
<meta charset="utf-8" />
<link rel="stylesheet" href="holiday.min.css" type="text/css" />
-<style type="text/css">
+<style>
@font-face {
font-family: 'GFSDidot-Regular';
font-style: normal;
font-weight: normal;
- font-display: swap;
src: url('fonts/GFSDidot-Regular.eot');
src:
- url("fonts/GFSDidot-Regular.otf") format("opentype");
- url('fonts/GFSDidot-Regular.eot?#iefix') format('embedded-opentype'),
- url('fonts/GFSDidot-Regular.woff2') format('woff2'),
- url('fonts/GFSDidot-Regular.woff') format('woff'),
- url('fonts/GFSDidot-Regular.ttf') format('truetype'),
- url('fonts/GFSDidot-Regular.svg#GFSDidot-Regular') format('svg');
+ url("fonts/GFSDidot-Regular.otf") format("opentype"),
+ url("fonts/GFSDidot-Regular.eot?#iefix") format('embedded-opentype'),
+ url("fonts/GFSDidot-Regular.woff2") format('woff2'),
+ url("fonts/GFSDidot-Regular.woff") format('woff'),
+ url("fonts/GFSDidot-Regular.ttf") format('truetype'),
+ url("fonts/GFSDidot-Regular.svg#GFSDidot-Regular") format('svg');
}
Delta7 lines added, 8 lines removed, 1-line decrease