+ -o-column-gap: 0;
+ -o-column-rule: none;
+2. Using @font-face instead of AHEM font installation.
+
+
These tests are copyright by W3C and/or the author listed in the test
file. The tests are dual-licensed under the W3C Test Suite License:
http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
<link rel="reviewer" title="Elika J Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("../support/AHEM____.TTF");
+ }
.multicol-wrapper>*{
font-family: Ahem;
}
<link rel="reviewer" title="Elika J Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("../support/AHEM____.TTF");
+ }
.multicol-wrapper>*{
font-family: Ahem;
}
<link rel="reviewer" title="Elika J Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("../support/AHEM____.TTF");
+ }
.multicol-wrapper>*{
font-family: Ahem;
}
<link rel="reviewer" title="Elika J Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("../support/AHEM____.TTF");
+ }
.multicol-wrapper>*{
font-family: Ahem;
}
<meta name="flags" content="ahem"/>
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("../support/AHEM____.TTF");
+ }
.multicol-wrapper>*{
font-family: Ahem;
}
</table>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright
--------------------------------
-AHEM.TTF comes from
-http://dev.w3.org/CSS/fonts/ahem/AHEM____.TTF
-with only file renamed to 'AHEM.TTF'.
+The AHEM____.TTF font comes from
+http://www.w3.org/Style/CSS/Test/Fonts/Ahem/
-The Ahem font belongs to the public domain as described in
-http://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING
+The Ahem font in this directory belongs to the public domain. In
+jurisdictions that do not recognize public domain ownership of these
+files, the following Creative Commons Zero declaration applies:
+
+<http://labs.creativecommons.org/licenses/zero-waive/1.0/us/legalcode>
echo "Install /opt/%name/%name.wgt fail ..."
fi
sync
- #### install font: AHEM.TTF ####
- if [ -e /opt/tct-multicolumn-css3-tests/multicolumn/support/AHEM.TTF ]; then
- [ -e /usr/share/fonts/winFonts/ ] && rm -rf /usr/share/fonts/winFonts/
- mkdir -p /usr/share/fonts/winFonts
- cp /opt/tct-multicolumn-css3-tests/multicolumn/support/AHEM.TTF /usr/share/fonts/winFonts/
- chmod 777 /usr/share/fonts/winFonts/AHEM.TTF
- cd /usr/share/fonts/winFonts
- mkfontscale
- mkfontdir
- fc-cache -fv
- else
- echo "Install font: AHEM:TTF fail, please check if exists file: /opt/tct-multicolumn-css3-tests/multicolumn/support/AHEM.TTF ..."
- fi
fi
fi
sync
fi
- #### uninstall font: AHEM.TTF ####
- [ -e /usr/share/fonts/winFonts/ ] && rm -rf /usr/share/fonts/winFonts/
- fc-cache -fv
fi
rm -rf /opt/unpacked_crx/%name