Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,6 @@ Abstract: This specification defines modifications to the existing <a href="http
Ignored Terms: font-palette, <named-palette-color>
</pre>

<script type="text/javascript" src="http://use.typekit.com/xon2bky.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

<style>

body, th, td, h1, h2, h3, h4, h5, h6 {
font-family: "myriad-pro", sans-serif !important;
}

a.self-link {
opacity: 0.1;
}

.touch a.self-link {
opacity: 0.5;
}

a.self-link:hover {
color: black;
opacity: 1;
background-color: transparent;
}

.advisement {
margin-top: 4em;
text-align: left;
}

</style>
<pre class="link-defaults">
spec:css-color-4; type:property; text:color
</pre>
Expand Down Expand Up @@ -1325,11 +1296,3 @@ an emoji font or not, UTR51 defines a the default behavior for a given codepoint
Peter Constable for assorted language fixes.

Optical sizing <a href="#optical-size-example">image</a> prepared by Nick Sherman.


<script>
if ('ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0) {
var el = document.getElementsByTagName("html")[0];
el.className += " touch";
}
</script>