Hi! I found that the sizing option is not working perfectly. Actually, the only literal sizing is returning an expected result. See an example below:
I am using quarto version 1.0.38
{width="50%"}
---
title: "Test"
toc: true
format: html
---
## Font Awesome
All examples should be equal to `2em`. They are.
`size=2xl` {{< fa battery-half size=2xl >}}
`size=2x ` {{< fa battery-half size=2x >}}
`size=huge` {{< fa battery-half size=huge >}}
## Academic Icons
All examples should be equal to `2em`. They are not…
`size=2xl` {{< ai google-scholar size=2xl >}}
`size=2x` {{< ai google-scholar size=2x >}}
`size=huge` {{< ai google-scholar size=huge >}}
## Academic Icons
Comparison of `2xl` (left) and `xl` (right). They are equal…
`size=2xl` {{< ai google-scholar size=2xl >}}
`size=xl` {{< ai google-scholar size=2xl >}}
Hi! I found that the sizing option is not working perfectly. Actually, the only literal sizing is returning an expected result. See an example below:
I am using quarto version
1.0.38
{width="50%"}