Home
last modified time | relevance | path

Searched refs:fonts (Results 76 – 100 of 236) sorted by relevance

12345678910

/plugin/googlefonts/
H A DREADME9 You can use any of the fonts listed here: http://www.google.com/webfonts
/plugin/pgn4web/pgn4web/
H A Dlive-compact.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansPiratf.css");
H A Dcollection.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansUsual.css");
H A Dlon09r5.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansUscf.css");
H A Danalysis.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansUsual.css");
/plugin/block/
H A DREADME3 for box. Borders and fonts can be sized. All elements
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js20 var fonts, createObjectURL;
72 fonts = document.createElement('div');
73 panel.appendChild(fonts);
78 fonts.textContent = '';
145 fonts.appendChild(font);
/plugin/dirtylittlehelper/mermaid/editor/src/
H A DApp.svelte28 …href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;…
/plugin/pgn4web/pgn4web/fonts/
H A Dpgn4web-font-ChessInformantReader.css13 * support by including fonts/chess-informant-NAG-symbols.js immediately after pgn4web.js
H A Dpgn4web-font-ChessOleFigurin.css13 * support by including fonts/chess-informant-NAG-symbols.js immediately after pgn4web.js
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css19 src:url('../fonts/meltdown.eot');
20 src:url('../fonts/meltdown.eot?#iefix') format('embedded-opentype'),
21 url('../fonts/meltdown.woff') format('woff'),
22 url('../fonts/meltdown.ttf') format('truetype'),
23 url('../fonts/meltdown.svg#meltdown') format('svg');
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DSyrCOMEdessa_license.txt16 contact person for these fonts is the Director of the
21 Meltho fonts and font code copyright © 2002 by Beth Mardutho:
H A DTaameyDavidCLM-LICENSE.txt5 "Taamey David CLM" fonts are copyright (C) 2010 by Yoram Gnat
/plugin/revealjs/css/theme/source/
H A Dblack.scss14 // Include theme-specific fonts
H A Dwhite.scss14 // Include theme-specific fonts
/plugin/latexport/examples/
H A Dsimplest.tex12 \usepackage{fontspec} % To use local system fonts.
/plugin/statistics/inc/pchart/
H A DREADME5 For the same reasons we do not include the orginal fonts, but use the DroidSans
/plugin/statdisplay/pchart/
H A DREADME5 For the same reasons we do not include the orginal fonts, but use the DroidSans
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1055 var $fonts; //array of used fonts variable in FPDF
1502 if (!isset($this->fonts[$fontkey])) {
1638 $this->fonts=array();
1924 if(isset($this->fonts[$fontkey])) {
1940 $i=count($this->fonts)+1;
1941 $this->fonts[$fontkey]=array('i' =>$i,
1974 $this->fonts[$fontkey]['diff']=$d;
1998 $this->CurrentFont = &$this->fonts[$fontkey];
2270 foreach ($this->fonts as $k=>$font) {
2272 $this->fonts[$k]['n'] = $this->n+1;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js99 setCustomFonts: function(fonts) argument
101 mxSettings.settings.customFonts = fonts;
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js574 fonts: "STIXGeneral,'Arial Unicode MS'" // the default font list for unknown characters
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php966 var $fonts; //array of used fonts variable in FPDF
1411 if (!isset($this->fonts[$fontkey])) {
1543 $this->fonts=array();
1947 if(isset($this->fonts[$fontkey])) {
1963 $i=count($this->fonts)+1;
1964 $this->fonts[$fontkey]=array('i' =>$i,
1989 $this->fonts[$fontkey]['diff']=$d;
2030 $this->CurrentFont = &$this->fonts[$fontkey];
2724 foreach ($this->fonts as $k=>$font) {
2726 $this->fonts[$k]['n'] = $this->n+1;
[all …]
/plugin/revealjs/css/theme/
H A Dnight.css6 @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
7 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
H A Dsky.css6 @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
7 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
H A Dsimple.css8 @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
9 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

12345678910