mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-04-26 03:00:26 -04:00
CSS: implement Variable Fonts where supported
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<style>
|
||||
|
||||
body {
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
font-family: 'Source Code Pro VF', 'Source Code Pro', monospace;
|
||||
overflow-x: hidden;
|
||||
font-size: 100%;
|
||||
}
|
||||
@@ -89,7 +89,7 @@
|
||||
content: attr(data-ribbon);
|
||||
|
||||
color: #fff;
|
||||
font: 700 13px 'Source Code Pro';
|
||||
font: 700 13px 'Source Code Pro VF', 'Source Code Pro';
|
||||
line-height: 1.54em;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user