diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-04-11 20:22:49 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-04-11 20:22:49 +0100 |
| commit | 579e12cfebce9a70ab2adf5842e2673673a707d2 (patch) | |
| tree | e2451dceac2c020689d7692f83e0ea236e099d68 /public/css/base.css | |
| parent | 213c22a4197ef8774a5bba3435cc851fb9395866 (diff) | |
Blog post: Ex 29
Diffstat (limited to 'public/css/base.css')
| -rw-r--r-- | public/css/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/base.css b/public/css/base.css index 5e37f43..a22ca34 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -696,3 +696,6 @@ sub { display: none; } +.small-caps { + font-variant: small-caps; +} |
