Hi,
I am trying to load google fonts according the documentation of Purity III and https://www.joomlart.com/documentation/joomla-faqs/embed-font#embed-font-t3 T3 Framework.
I set assets xml like this
<stylesheets>
<file>https://fonts.googleapis.com/css?family=Roboto:400,700&subset=greek,latin</file>
</stylesheets>
also I set variable.less like this
// Typography
// -------------------------
@font-family-sans-serif: "Roboto", sans-serif;
//@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Romance", serif;
@font-family-monospace: Consolas, Monaco, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
but nothing happened.
Of course I have cleared the cache and development mode is ON.
Does anyone have a clue what is going on?
Thanks in advance