User`s guide
Publishing on Kindle: Guidelines for Publishers
}
}
Using Media Queries 8.2
The following table outlines examples of supported media queries and the CSS applied to KF8, Mobi, and
other readers:
Media Queries in CSS
CSS Applied to KF8
CSS Applied to
Mobi
CSS Applied to
Other Readers
@media amzn-mobi
{
.class1
{
font=size:3em;
font-weight: bold;
}
}
-
font-
size:3em;
font-weight:
bold;
-
.class1
{
font-style: italic;
font-size:2em;
}
@media amzn-mobi
{
.class1
{
font-size:3em;
font-weight: bold;
}
}
font-style:
italic;
font-size: 2em;
font-style:
italic;
font-size:
3em;
font-weight:
bold;
font-style:
italic;
font-size:2em;
Kindle Publishing Guidelines Amazon.com 66










