Home
last modified time | relevance | path

Searched refs:fonts (Results 51 – 75 of 236) sorted by relevance

12345678910

/plugin/revealjs/css/theme/source/
H A Dmoon.scss14 // Include theme-specific fonts
16 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
H A Dsolarized.scss14 // Include theme-specific fonts
16 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
H A Dblood.scss18 // Include theme-specific fonts
20 @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
/plugin/fontface/
H A Dinstall_fonts.txt8 You need to upload at least two files into the plugin's "fonts" directory to accomodate the majorii…
24 You don't need to upload any files. You can use any of the fonts listed here:
/plugin/captcha/
H A Dhelper.php265 $fonts = glob(__DIR__ . '/fonts/*.ttf');
281 $font = $fonts[array_rand($fonts)];
337 $fonts = glob(__DIR__ . '/fonts/*.svg');
349 $svg->setFontSVG($fonts[array_rand($fonts)]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php94 // Select unused fonts (usually default font)
96 foreach ($this->mpdf->fonts as $fk => $font) {
118 // Remove references to unused fonts (usually default font)
120 if ($this->mpdf->fonts[$fk]['sip'] || $this->mpdf->fonts[$fk]['smp']) {
121 foreach ($this->mpdf->fonts[$fk]['subsetfontids'] as $k => $fid) {
125 $thispage = preg_replace('/\s\/F' . $this->mpdf->fonts[$fk]['i'] . ' \d[\d.]* Tf\s/is', ' ', $thispage);
/plugin/diagramsnet/lib/math/extensions/
H A DFontWarnings.js19fonts:[["p"],["fonts","MathJax can use either the [STIX fonts](%1) or the [MathJax TeX fonts](%2).…
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt2 Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
11 of the fonts accompanying this license ("Fonts") and associated
23 additional glyphs or characters may be added to the Fonts, only if the fonts
48 Inc., respectively. For further information, contact: fonts at gnome dot
57 a copy of the fonts accompanying this license ("Fonts") and
72 Fonts, only if the fonts are renamed to names not containing either
H A DJomolhari-OFL.txt20 framework in which fonts may be shared and improved in partnership with
23 The OFL allows the licensed fonts to be used, studied, modified and
25 fonts, including any derivative works, can be bundled, embedded,
27 names of derivative works are changed. The fonts and derivatives,
/plugin/latex/
H A DTODO1 …ort looks fugly due to grainy equations and large fonts, but maybe people never use those massive
/plugin/latex-was/
H A DTODO1 …ort looks fugly due to grainy equations and large fonts, but maybe people never use those massive
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java99 List<String> fonts = new ArrayList<String>(); in EditorToolBar() local
100 fonts.addAll(Arrays.asList(new String[] { "Helvetica", "Verdana", in EditorToolBar()
102 fonts.addAll(Arrays.asList(env.getAvailableFontFamilyNames())); in EditorToolBar()
104 final JComboBox fontCombo = new JComboBox(fonts.toArray()); in EditorToolBar()
/plugin/diagramsnet/lib/
H A Dexport-fonts.css1 /* Add any special fonts css for export3.html (mainly PDF export) */
/plugin/charter/lib/fonts/
H A DLICENSE5 copy of the fonts accompanying this license (“Fonts”) and associated
19 only if the fonts are renamed to names not containing either the words
46 For further information, contact: fonts at gnome dot org.
/plugin/mathpublish/
H A Ddeleted.files5 phpmathpublisher/fonts/FreeSerifItalic.ttf
/plugin/code39/
H A Dstyle.css1 @import url('https://fonts.googleapis.com/css?family=Libre Barcode 39 Extended Text');
/plugin/adhoctags/images/
H A DREADME26 All web and desktop fonts are distributed under the Apache 2.0 license. Web
27 and desktop fonts contain some icons that are redistributed under the Apache
/plugin/snap/
H A Dserver.sh6 fp=/usr/share/fonts/X11/misc
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dfonts.svg1 <svg class="bi bi-fonts" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/pgn4web/pgn4web/
H A Dtemplate.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansUsual.css");
H A DREADME.txt42 - uses figurine fonts for chess moves and chess informant style symbols for
175 pgn4web allows displaying chess moves text using the supplied figurine fonts:
177 'pgn4web ChessSansUscf' and 'pgn4web ChessSansUsual'. These fonts are based on
182 corresponding fonts/pgn4web-font-ChessSansPiratf.css file toghether with the
190 @import url("fonts/pgn4web-font-LiberationSans.css");
191 @import url("fonts/pgn4web-font-ChessSansPiratf.css");
204 When using chess figurine fonts it's strongly recommended to activate the
205 "smooth fonts display" feature of the client operating system (active by
222 browser does not support web fonts, there's not elegant textual fallback.
484 GNU General Public License, see https://fedorahosted.org/liberation-fonts/)
[all …]
H A Dtwic944.css8 @import url("fonts/pgn4web-font-LiberationSans.css");
9 @import url("fonts/pgn4web-font-ChessSansUsual.css");
/plugin/widearea/
H A Dplugin.info.txt6 …ipt and CSS library inside the DokuWiki editor. Edited by Ivan for better fonts and no fading when…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dgenerator_config.txt3 # you used to create these fonts.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php777 if (is_array($this->mpdf->fonts[$fn]['n'])) {
778 throw new \Mpdf\MpdfException('Cannot use fonts with SMP or SIP characters for interactive Form elements');
780 $f .= '/F' . $this->mpdf->fonts[$fn]['i'] . ' ' . $this->mpdf->fonts[$fn]['n'] . ' 0 R ';
931 $this->mpdf->fonts[$this->mpdf->FontFamily]['used'] = true;
1006 $this->mpdf->fonts[$this->mpdf->FontFamily]['used'] = true;
1208 $this->mpdf->fonts[$this->mpdf->FontFamily]['used'] = true;
1440 $this->writer->write('/DA (/F' . $this->mpdf->fonts['czapfdingbats']['i'] . ' 0 Tf ' . $radio_color . ' rg)');
1443 $this->writer->write('/DA (/F' . $this->mpdf->fonts[$this->mpdf->CurrentFont['fontkey']]['i'] . ' 0 Tf ' . $radio_color . ' rg)');
1474 $this->writer->write('/DA (/F' . $this->mpdf->fonts['czapfdingbat
[all...]

12345678910