Jump to content
  • 0

Polska czcionka


kamin5

Question

7 answers to this question

Recommended Posts

  • 0

themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css linia 60

.sf-menu > li > a {
font: 600 18px/22px "Open Sans", sans-serif;
text-transform: uppercase;
color: #484848;
display: block;
padding: 17px 20px;
border-bottom: 3px solid #e9e9e9;
}

zmieniasz "open sans" na verdana

Link to comment
Share on other sites

  • 0

Ten element masz tutaj (global.css)

h3.page-product-heading {
  color: #555454;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

Ogólnie możesz sobie za pomocą edytora w global.css wyszukać i podmienić Open Sans na Verdana.

Edited by Dyniak (see edit history)
Link to comment
Share on other sites

  • 0

themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css linia 60

.sf-menu > li > a {
font: 600 18px/22px "Open Sans", sans-serif;
text-transform: uppercase;
color: #484848;
display: block;
padding: 17px 20px;
border-bottom: 3px solid #e9e9e9;
}

zmieniasz "open sans" na verdana

Witam, podstawiam Ubuntu i zero zmiany. Proszę o pomoc.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...