• Hey, potrzebuję pomocy. Preglądałam instrukcje z dodawaniem polskich znaków do czcionki, próbowałam dodawać 'latin’ itd… ale robię to na tyle nieudolnie, że to nie działa. Pewnie w złe miejsca to pakuję czy coś… 🙁
    Motyw pogrubia polskie znaki i to wygląda paskudnie 🙁

    tu jest pierwszy kod:

    /*--------------------------------------------------------------
    2.0 Typography
    --------------------------------------------------------------*/
    body,
    button,
    input,
    select,
    textarea {
    	color: #404040;
    	font-family: sans-serif;
    	/* font-size: 16px; */
    	/* Causes issue with customizer */
    	/* font-size: 1.6rem; */
    	/* line-height: 1.5; */
    }
    h1, h2, h3, h4, h5, h6 {
    	clear: both;
    }
    h1 { margin-bottom: 1.5625em; }
    h2 { margin-bottom: 1.25em; }
    h3 { margin-bottom: 1.125em; }
    h4 { margin-bottom: 0.9375em; }
    h5 { margin-bottom: 0.625em; }
    h6 { margin-bottom: 0.625em; }
    p {
    	margin-bottom: 1.5em;
    }
    b, strong {
    }
    dfn, cite, em, i {
    	font-style: italic;
    }
    blockquote {
    	margin: 1.5em 0;
    	padding: 0.7em 1.5em;
    	background-color: #f7f7f7;
    	border-left: 5px solid #eeeeee;
    }
    blockquote > * {
    	margin-bottom: 0;
    }
    blockquote > *:first-child {
    	margin-top: 0;
    }
    address {
    	margin: 0 0 1.5em;
    	font-style: italic;
    }
    pre {
    	background: #eee;
    	font-family: "Courier 10 Pitch", Courier, monospace;
    	/* font-size: 15px; */
    	/* font-size: 1.5rem; */
    	/* line-height: 1.6; */
    	margin-bottom: 1.6em;
    	max-width: 100%;
    	overflow: auto;
    	padding: 1.6em;
    	-webkit-font-smoothing: subpixel-antialiased;
    	-moz-osx-font-smoothing: auto;
    }
    code, kbd, tt, var {
    	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    	-webkit-font-smoothing: subpixel-antialiased;
    	-moz-osx-font-smoothing: auto;
    }
    abbr, acronym {
    	border-bottom: 1px dotted #666;
    	cursor: help;
    }
    mark, ins {
    	background: #fff9c0;
    	text-decoration: none;
    }
    sup,
    sub {
    	font-size: 80%;
    	height: 0;
    	line-height: 0;
    	position: relative;
    	vertical-align: baseline;
    }
    sup {
    	bottom: 1ex;
    }
    sub {
    	top: .5ex;
    }
    small {
    	font-size: 80%;
    }
    big {
    	font-size: 120%;
    }

    tu jest drugi

    /*--------------------------------------------------------------
    17.0 Font Awesome Icons
    --------------------------------------------------------------*/
    .wc-shortcodes-font-awesome-enabled a.more-link:after,
    .wc-shortcodes-font-awesome-enabled #infinite-handle span:before,
    .wc-shortcodes-font-awesome-enabled .comment-reply-login:before,
    .wc-shortcodes-font-awesome-enabled .comment-reply-link:before,
    .wc-shortcodes-font-awesome-enabled .comment-awaiting-moderation:before,
    .wc-shortcodes-font-awesome-enabled .comment-edit-link:before,
    .wc-shortcodes-font-awesome-enabled .comment-reply-title:after,
    .wc-shortcodes-font-awesome-enabled .comment-navigation .nav-previous a:before,
    .wc-shortcodes-font-awesome-enabled .paging-navigation .nav-previous a:before,
    .wc-shortcodes-font-awesome-enabled .navigation .prev.page-numbers:before,
    .wc-shortcodes-font-awesome-enabled .post-navigation .nav-previous a:before,
    .wc-shortcodes-font-awesome-enabled .comment-navigation .nav-next a:after,
    .wc-shortcodes-font-awesome-enabled .paging-navigation .nav-next a:after,
    .wc-shortcodes-font-awesome-enabled .navigation .next.page-numbers:after,
    .wc-shortcodes-font-awesome-enabled .post-navigation .nav-next a:after,
    .wc-shortcodes-font-awesome-enabled .widget_recent_comments li:before,
    .wc-shortcodes-font-awesome-enabled .widget_pages li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_meta li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_categories li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_archive li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_nav_menu li a:before,
    .wc-shortcodes-font-awesome-enabled .menu-toggle:after {
    	display: inline-block;
    	font-family: FontAwesome;
    	font-style: normal;
    	font-weight: normal;
    	line-height: 1;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    }
    .wc-shortcodes-font-awesome-enabled .menu-toggle:after {
    	content: "\f107";
    	margin-left: 10px;
    }
    .wc-shortcodes-font-awesome-enabled .toggled .menu-toggle:after {
    	content: "\f106";
    }
    .wc-shortcodes-font-awesome-enabled .widget_pages li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_meta li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_categories li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_archive li a:before,
    .wc-shortcodes-font-awesome-enabled .widget_nav_menu li a:before {
    	content: "\f105";
    	margin-right: 10px;
    }
    .wc-shortcodes-font-awesome-enabled .widget_recent_comments li:before {
    	content: "\f075";
    	margin-right: 10px;
    }
    .wc-shortcodes-font-awesome-enabled #infinite-handle span:before,
    .wc-shortcodes-font-awesome-enabled .comment-navigation .nav-previous a:before,
    .wc-shortcodes-font-awesome-enabled .navigation .prev.page-numbers:before,
    .wc-shortcodes-font-awesome-enabled .paging-navigation .nav-previous a:before,
    .wc-shortcodes-font-awesome-enabled .post-navigation .nav-previous a:before {
    	position: absolute;
    	left: 10px;
    	content: "\f104";
    }
    .wc-shortcodes-font-awesome-enabled a.more-link:after,
    .wc-shortcodes-font-awesome-enabled .comment-navigation .nav-next a:after,
    .wc-shortcodes-font-awesome-enabled .navigation .next.page-numbers:after,
    .wc-shortcodes-font-awesome-enabled .paging-navigation .nav-next a:after,
    .wc-shortcodes-font-awesome-enabled .post-navigation .nav-next a:after {
    	position: absolute;
    	right: 10px;
    	content: "\f105";
    }
    .wc-shortcodes-font-awesome-enabled .comment-reply-title:after {
    	content: "\f086";
    	margin-left: 0px;
    }
    .wc-shortcodes-font-awesome-enabled .comment-edit-link:before {
    	content: "\f040";
    	margin-right: 5px;
    }
    .wc-shortcodes-font-awesome-enabled .comment-awaiting-moderation:before {
    	content: "\f071";
    	margin-right: 5px;
    }
    .wc-shortcodes-font-awesome-enabled .comment-reply-login:before,
    .wc-shortcodes-font-awesome-enabled .comment-reply-link:before {
    	content: "\f112";
    	margin-right: 5px;
    }

    i trzeci

    <?php global $wpc2; ?>
    <?php if ( ! empty( $wpc2['at_font_face'] ) ) : ?>
    	<?php echo trim( $wpc2['at_font_face'] ); ?>
    <?php endif; ?>

    Bardzo proszę o pomoc 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘czcionka pl- jak?’ jest zamknięty na nowe odpowiedzi.