Main.js 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js
  4. *
  5. * Copyright (c) 2009-2019 The MathJax Consortium
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. */
  20. MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXVariants-bold'] = {
  21. directory: 'Variants/Bold',
  22. family: 'STIXVariants',
  23. weight: 'bold',
  24. Ranges: [
  25. [0x20,0x20,"All"],
  26. [0x77,0x7C,"All"],
  27. [0xA0,0xA0,"All"],
  28. [0x19B,0x19B,"All"],
  29. [0x2032,0x2057,"All"],
  30. [0x2140,0x2140,"All"],
  31. [0x2190,0x2193,"All"],
  32. [0x21D1,0x21E2,"All"],
  33. [0x2205,0x22ED,"All"]
  34. ],
  35. 0x2032: [586,-12,394,44,350], // PRIME
  36. 0x2205: [729,74,584,36,548], // EMPTY SET
  37. 0x2216: [732,193,518,45,473], // SET MINUS
  38. 0x221A: [943,-28,800,112,844] // SQUARE ROOT
  39. };
  40. MathJax.OutputJax["HTML-CSS"].initFont("STIXVariants-bold");
  41. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Variants/Bold/Main.js");