Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
En CSS, ¿puedo aplicar un estilo alternativo de configuración de características de fuente a una sola letra?

Estoy tratando de aplicar un estilo diferente (usando font-feature-settings: 'aalt'; ) para un solo tipo de letra: una R mayúscula. Como era de esperar, todo el div que tiene el estilo aplicado se cambia a la alternativa estilística. ¿Hay alguna manera de hacer que funcione solo en la R?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

¿Hay alguna manera de hacer que funcione solo en la R?

Aplica el estilo solo a las letras que quieras estilizar:

 body { font-family: sans-serif; } .line { display: block; line-height: 1.5rem; } .stylized { color: red; }
 <div> <h1><span class="stylized">R</span>ow, <span class="stylized">R</span>ow, <span class="stylized">R</span>ow Your Boat</h1> <p> <span class="line"><span class="stylized">R</span>ow, row, row your boat,</span> <span class="line">Gently down the stream.</span> <span class="line">Merrily, merrily, merrily, merrily,</span> <span class="line">Life is but a dream.</span> </p> </div>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!