See the attached screenshots. I have the "Allow usage of third party content delivery networks" setting set to "Yes". The screenshot from 3.2.0 is correct, the screenshot from 3.2.1-RC1 is incorrect. It appears to be affected by the following change in overall_header.html
diff -x images -crNEB release-3.2.0/styles/prosilver/template/overall_header.html release-3.2.1-RC1/styles/prosilver/template/overall_header.html |
*** release-3.2.0/styles/prosilver/template/overall_header.html 2017-01-07 16:16:24.000000000 +0100 |
--- release-3.2.1-RC1/styles/prosilver/template/overall_header.html 2017-06-25 22:03:32.000000000 +0200 |
***************
|
*** 33,39 **** |
<script>
|
WebFontConfig = {
|
google: {
|
! families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic'] |
}
|
};
|
|
--- 33,39 ---- |
<script>
|
WebFontConfig = {
|
google: {
|
! families: ['Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'] |
}
|
};
|
|