View difference between Paste ID: m9BEXapN and DkLUbQ70
SHOW: | | - or go back to the newest paste.
1
<style>
2
@font-face {
3-
font-family: Romance A;
3+
font-family: Romance B;
4-
src: url(https://dl.dropbox.com/s/yzmaqda4nywp6op/RomanceA.ttf);
4+
src: url(https://dl.dropbox.com/s/53azwz5yj249p94/RomanceB.ttf);
5
}
6
7
 
8
#textytext {
9-
font-family: Romance A;
9+
font-family: Romance B;
10
font-size: 20px;
11
}
12
 
13
</style>
14
 
15
<div id="textytext">text here!</div>
16